Html Css Color HEX #EA59F5 Pink Flamingo

📋 copy color: '#EA59F5'

red 234 ◦ green 89 ◦ blue 245

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

Shades of Pink Flamingo #EA59F5

Tints of Pink Flamingo #EA59F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.13%

R = 41.2%
G = 15.67%
B = 43.13%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA59F5 (or 0xEA59F5) is known color: Pink Flamingo. HEX triplet: EA, 59 and F5. RGB value is (234,89,245). Sum of RGB (Red+Green+Blue) = 234+89+245=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 89 (35.16% from 255 or 15.67% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA59F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA59F5 is #15A60A. Grayscale: #959595. Windows color (decimal): -1418763 or 16079338. OLE color: 16079338.

HSL color Cylindrical-coordinate representation of color #EA59F5: hue angle of 295.77º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA59F5 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 89 245 -
CMYK 0.04 0.64 0 0.04
HSL 295.77º 0.89% 0.65% -
HSV(B) 295.77º 0.64% 0.96% -
XYZ 53.99 31.23 89.57 -
YUV 150.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 234 89 245 0.04 0.64 0 0.04 295.77 0.89 0.65
Hex EA 59 F5 4 40 0 4 128 59 41
Octal 352 131 365 4 100 0 4 450 131 101
Binary 11101010 1011001 11110101 100 1000000 0 100 100101000 1011001 1000001

Color Harmonies of #EA59F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59F5

Black with #EA59F5

Text Example


Text Example

White with #EA59F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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