Html Css Color HEX #EC42FF Pink Flamingo

📋 copy color: '#EC42FF'

red 236 ◦ green 66 ◦ blue 255

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

Shades of Pink Flamingo #EC42FF

Tints of Pink Flamingo #EC42FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.78%

R = 42.37%
G = 11.85%
B = 45.78%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC42FF (or 0xEC42FF) is known color: Pink Flamingo. HEX triplet: EC, 42 and FF. RGB value is (236,66,255). Sum of RGB (Red+Green+Blue) = 236+66+255=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 66 (26.17% from 255 or 11.85% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC42FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC42FF is #13BD00. Grayscale: #898989. Windows color (decimal): -1293569 or 16728812. OLE color: 16728812.

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

Color convert

RGB 236 66 255 -
CMYK 0.07 0.74 0 0
HSL 293.97º 1% 0.63% -
HSV(B) 293.97º 0.74% 1% -
XYZ 54.59 28.95 97.32 -
YUV 138.38 193.82 197.63 -
System Red Green Blue C M Y K H S L
Decimal 236 66 255 0.07 0.74 0 0 293.97 1 0.63
Hex EC 42 FF 7 4A 0 0 126 64 3F
Octal 354 102 377 7 112 0 0 446 144 77
Binary 11101100 1000010 11111111 111 1001010 0 0 100100110 1100100 111111

Color Harmonies of #EC42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42FF

Black with #EC42FF

Text Example


Text Example

White with #EC42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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