Html Css Color HEX #EA59F8 Pink Flamingo

📋 copy color: '#EA59F8'

red 234 ◦ green 89 ◦ blue 248

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

Shades of Pink Flamingo #EA59F8

Tints of Pink Flamingo #EA59F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.43%

R = 40.98%
G = 15.59%
B = 43.43%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EA59F8 (or 0xEA59F8) is known color: Pink Flamingo. HEX triplet: EA, 59 and F8. RGB value is (234,89,248). Sum of RGB (Red+Green+Blue) = 234+89+248=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 89 (35.16% from 255 or 15.59% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA59F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA59F8 is #15A607. Grayscale: #959595. Windows color (decimal): -1418760 or 16275946. OLE color: 16275946.

HSL color Cylindrical-coordinate representation of color #EA59F8: hue angle of 294.72º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA59F8 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 89 248 -
CMYK 0.06 0.64 0 0.03
HSL 294.72º 0.92% 0.66% -
HSV(B) 294.72º 0.64% 0.97% -
XYZ 54.45 31.41 92 -
YUV 150.48 183.04 187.57 -
System Red Green Blue C M Y K H S L
Decimal 234 89 248 0.06 0.64 0 0.03 294.72 0.92 0.66
Hex EA 59 F8 6 40 0 3 127 5C 42
Octal 352 131 370 6 100 0 3 447 134 102
Binary 11101010 1011001 11111000 110 1000000 0 11 100100111 1011100 1000010

Color Harmonies of #EA59F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59F8

Black with #EA59F8

Text Example


Text Example

White with #EA59F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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