Html Css Color HEX #EC42F9 Pink Flamingo

📋 copy color: '#EC42F9'

red 236 ◦ green 66 ◦ blue 249

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

Shades of Pink Flamingo #EC42F9

Tints of Pink Flamingo #EC42F9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.98%

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

R = 42.83%
G = 11.98%
B = 45.19%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC42F9 (or 0xEC42F9) is known color: Pink Flamingo. HEX triplet: EC, 42 and F9. RGB value is (236,66,249). Sum of RGB (Red+Green+Blue) = 236+66+249=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 66 (26.17% from 255 or 11.98% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC42F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC42F9 is #13BD06. Grayscale: #898989. Windows color (decimal): -1293575 or 16335596. OLE color: 16335596.

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

Color convert

RGB 236 66 249 -
CMYK 0.05 0.73 0 0.02
HSL 295.74º 0.94% 0.62% -
HSV(B) 295.74º 0.73% 0.98% -
XYZ 53.64 28.57 92.31 -
YUV 137.69 190.82 198.12 -
System Red Green Blue C M Y K H S L
Decimal 236 66 249 0.05 0.73 0 0.02 295.74 0.94 0.62
Hex EC 42 F9 5 49 0 2 128 5E 3E
Octal 354 102 371 5 111 0 2 450 136 76
Binary 11101100 1000010 11111001 101 1001001 0 10 100101000 1011110 111110

Color Harmonies of #EC42F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42F9

Black with #EC42F9

Text Example


Text Example

White with #EC42F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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