#EA5DF8

Color #EA5DF8 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #EA5DF8

Tints of Pink Flamingo #EA5DF8

Color information

#EA5DF8 (or 0xEA5DF8) is unknown color: approx Pink Flamingo. HEX triplet: EA, 5D and F8. RGB value is (234,93,248). Sum of RGB (Red+Green+Blue) = 234+93+248=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 93 (36.72% from 255 or 16.17% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA5DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5DF8 is #15A207. Grayscale: #989898. Windows color (decimal): -1417736 or 16276970. OLE color: 16276970.

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

Color convert

RGB23493248-
CMYK0.060.6200.03
HSL294.58º91.72%66.86%-
HSV(B)294.58º62.5%97.25%-
XYZ54.7932.192.11-
YUV152.83181.71185.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 93 (36.72% from 255) = 16.17%
BLUE value IS 248 (97.27% from 255) = 43.13%
R=40.70%
G=16.17%
B=43.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal234932480.060.6200.03294.5891.7266.86
HexEA5DF863E031275c43
Octal35213537067603447134103
Binary1110101010111011111100011011111001110010011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5DF8; }

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

 H1.HeaderClassName
 {
   color: #EA5DF8;
 }
 .AnyTagClassName
 {
   color: #EA5DF8;
 }
</style>
background-color css

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

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

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

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

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

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