Html Css Color HEX #EA42FF Pink Flamingo

📋 copy color: '#EA42FF'

red 234 ◦ green 66 ◦ blue 255

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

Shades of Pink Flamingo #EA42FF

Tints of Pink Flamingo #EA42FF

RGB

 RED value IS 234 (91.8% from 255) = 42.16%

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

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

R = 42.16%
G = 11.89%
B = 45.95%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA42FF (or 0xEA42FF) is known color: Pink Flamingo. HEX triplet: EA, 42 and FF. RGB value is (234,66,255). Sum of RGB (Red+Green+Blue) = 234+66+255=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 66 (26.17% from 255 or 11.89% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA42FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA42FF is #15BD00. Grayscale: #898989. Windows color (decimal): -1424641 or 16728810. OLE color: 16728810.

HSL color Cylindrical-coordinate representation of color #EA42FF: hue angle of 293.33º 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 #EA42FF is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 66 255 -
CMYK 0.08 0.74 0 0
HSL 293.33º 1% 0.63% -
HSV(B) 293.33º 0.74% 1% -
XYZ 53.93 28.61 97.29 -
YUV 137.78 194.16 196.63 -
System Red Green Blue C M Y K H S L
Decimal 234 66 255 0.08 0.74 0 0 293.33 1 0.63
Hex EA 42 FF 8 4A 0 0 125 64 3F
Octal 352 102 377 10 112 0 0 445 144 77
Binary 11101010 1000010 11111111 1000 1001010 0 0 100100101 1100100 111111

Color Harmonies of #EA42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA42FF

Black with #EA42FF

Text Example


Text Example

White with #EA42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA42FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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