Html Css Color HEX #EC42FE Pink Flamingo

📋 copy color: '#EC42FE'

red 236 ◦ green 66 ◦ blue 254

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

Shades of Pink Flamingo #EC42FE

Tints of Pink Flamingo #EC42FE

RGB

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

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

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

R = 42.45%
G = 11.87%
B = 45.68%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC42FE (or 0xEC42FE) is known color: Pink Flamingo. HEX triplet: EC, 42 and FE. RGB value is (236,66,254). Sum of RGB (Red+Green+Blue) = 236+66+254=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 66 (26.17% from 255 or 11.87% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC42FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC42FE is #13BD01. Grayscale: #898989. Windows color (decimal): -1293570 or 16663276. OLE color: 16663276.

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

Color convert

RGB 236 66 254 -
CMYK 0.07 0.74 0 0.00
HSL 294.26º 0.99% 0.63% -
HSV(B) 294.26º 0.74% 1% -
XYZ 54.43 28.89 96.47 -
YUV 138.26 193.32 197.71 -
System Red Green Blue C M Y K H S L
Decimal 236 66 254 0.07 0.74 0 0.00 294.26 0.99 0.63
Hex EC 42 FE 7 4A 0 0 126 63 3F
Octal 354 102 376 7 112 0 0 446 143 77
Binary 11101100 1000010 11111110 111 1001010 0 0 100100110 1100011 111111

Color Harmonies of #EC42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42FE

Black with #EC42FE

Text Example


Text Example

White with #EC42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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