Html Css Color HEX #EC50F9 Pink Flamingo

📋 copy color: '#EC50F9'

red 236 ◦ green 80 ◦ blue 249

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

Shades of Pink Flamingo #EC50F9

Tints of Pink Flamingo #EC50F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 41.77%
G = 14.16%
B = 44.07%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC50F9 (or 0xEC50F9) is known color: Pink Flamingo. HEX triplet: EC, 50 and F9. RGB value is (236,80,249). Sum of RGB (Red+Green+Blue) = 236+80+249=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 80 (31.64% from 255 or 14.16% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC50F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50F9 is #13AF06. Grayscale: #919191. Windows color (decimal): -1289991 or 16339180. OLE color: 16339180.

HSL color Cylindrical-coordinate representation of color #EC50F9: hue angle of 295.38º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC50F9 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 80 249 -
CMYK 0.05 0.68 0 0.02
HSL 295.38º 0.93% 0.65% -
HSV(B) 295.38º 0.68% 0.98% -
XYZ 54.56 30.41 92.62 -
YUV 145.91 186.18 192.26 -
System Red Green Blue C M Y K H S L
Decimal 236 80 249 0.05 0.68 0 0.02 295.38 0.93 0.65
Hex EC 50 F9 5 44 0 2 127 5D 41
Octal 354 120 371 5 104 0 2 447 135 101
Binary 11101100 1010000 11111001 101 1000100 0 10 100100111 1011101 1000001

Color Harmonies of #EC50F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50F9

Black with #EC50F9

Text Example


Text Example

White with #EC50F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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