Html Css Color HEX #EA59F6 Pink Flamingo

📋 copy color: '#EA59F6'

red 234 ◦ green 89 ◦ blue 246

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

Shades of Pink Flamingo #EA59F6

Tints of Pink Flamingo #EA59F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.23%

R = 41.12%
G = 15.64%
B = 43.23%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA59F6 (or 0xEA59F6) is known color: Pink Flamingo. HEX triplet: EA, 59 and F6. RGB value is (234,89,246). Sum of RGB (Red+Green+Blue) = 234+89+246=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 89 (35.16% from 255 or 15.64% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA59F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA59F6 is #15A609. Grayscale: #959595. Windows color (decimal): -1418762 or 16144874. OLE color: 16144874.

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

Color convert

RGB 234 89 246 -
CMYK 0.05 0.64 0 0.04
HSL 295.41º 0.9% 0.66% -
HSV(B) 295.41º 0.64% 0.96% -
XYZ 54.14 31.29 90.38 -
YUV 150.25 182.04 187.73 -
System Red Green Blue C M Y K H S L
Decimal 234 89 246 0.05 0.64 0 0.04 295.41 0.9 0.66
Hex EA 59 F6 5 40 0 4 127 5A 42
Octal 352 131 366 5 100 0 4 447 132 102
Binary 11101010 1011001 11110110 101 1000000 0 100 100100111 1011010 1000010

Color Harmonies of #EA59F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59F6

Black with #EA59F6

Text Example


Text Example

White with #EA59F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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