Html Css Color HEX #EA59FF Pink Flamingo

📋 copy color: '#EA59FF'

red 234 ◦ green 89 ◦ blue 255

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

Shades of Pink Flamingo #EA59FF

Tints of Pink Flamingo #EA59FF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.4%

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

R = 40.48%
G = 15.4%
B = 44.12%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA59FF (or 0xEA59FF) is known color: Pink Flamingo. HEX triplet: EA, 59 and FF. RGB value is (234,89,255). Sum of RGB (Red+Green+Blue) = 234+89+255=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 89 (35.16% from 255 or 15.40% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA59FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA59FF is #15A600. Grayscale: #969696. Windows color (decimal): -1418753 or 16734698. OLE color: 16734698.

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

Color convert

RGB 234 89 255 -
CMYK 0.08 0.65 0 0
HSL 292.41º 1% 0.67% -
HSV(B) 292.41º 0.65% 1% -
XYZ 55.55 31.86 97.83 -
YUV 151.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 234 89 255 0.08 0.65 0 0 292.41 1 0.67
Hex EA 59 FF 8 41 0 0 124 64 43
Octal 352 131 377 10 101 0 0 444 144 103
Binary 11101010 1011001 11111111 1000 1000001 0 0 100100100 1100100 1000011

Color Harmonies of #EA59FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59FF

Black with #EA59FF

Text Example


Text Example

White with #EA59FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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