Html Css Color HEX #EC50FE Pink Flamingo

📋 copy color: '#EC50FE'

red 236 ◦ green 80 ◦ blue 254

#EC50FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #EC50FE

Tints of Pink Flamingo #EC50FE

RGB

 RED value IS 236 (92.58% from 255) = 41.4%

 GREEN value IS 80 (31.64% from 255) = 14.04%

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 41.4%
G = 14.04%
B = 44.56%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC50FE (or 0xEC50FE) is known color: Pink Flamingo. HEX triplet: EC, 50 and FE. RGB value is (236,80,254). Sum of RGB (Red+Green+Blue) = 236+80+254=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 80 (31.64% from 255 or 14.04% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC50FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50FE is #13AF01. Grayscale: #919191. Windows color (decimal): -1289986 or 16666860. OLE color: 16666860.

HSL color Cylindrical-coordinate representation of color #EC50FE: hue angle of 293.79º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC50FE is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 236 80 254 -
CMYK 0.07 0.69 0 0.00
HSL 293.79º 0.99% 0.65% -
HSV(B) 293.79º 0.69% 1% -
XYZ 55.35 30.73 96.78 -
YUV 146.48 188.68 191.85 -
System Red Green Blue C M Y K H S L
Decimal 236 80 254 0.07 0.69 0 0.00 293.79 0.99 0.65
Hex EC 50 FE 7 45 0 0 126 63 41
Octal 354 120 376 7 105 0 0 446 143 101
Binary 11101100 1010000 11111110 111 1000101 0 0 100100110 1100011 1000001

Color Harmonies of #EC50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50FE

Black with #EC50FE

Text Example


Text Example

White with #EC50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50FE; }

 p { color: rgb(236,80,254); }

 H1.HeaderClassName
 {
   color: #EC50FE;
 }
 .AnyTagClassName
 {
   color: #EC50FE;
 }
</style>

background-color css

<style>
 a { background-color: #EC50FE; }

 a { background-color: rgb(236,80,254); }

 div.DivClassName
 {
   background-color: #EC50FE;
 }
 .BgClassName
 {
   background-color: #EC50FE;
 }
</style>

border-color css

<style>
 span { border-color: #EC50FE; }

 span { border-color: rgb(236,80,254); }

 td.TdClassName
 {
   border-color: #EC50FE;
 }
 .TagClassName
 {
   border-color: #EC50FE;
 }
</style>