#EA5DF7

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

Shades of Pink Flamingo #EA5DF7

Tints of Pink Flamingo #EA5DF7

Color information

#EA5DF7 (or 0xEA5DF7) is unknown color: approx Pink Flamingo. HEX triplet: EA, 5D and F7. RGB value is (234,93,247). Sum of RGB (Red+Green+Blue) = 234+93+247=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 93 (36.72% from 255 or 16.20% from 574); Blue value is 247 (96.88% from 255 or 43.03% from 574); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA5DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5DF7 is #15A208. Grayscale: #989898. Windows color (decimal): -1417737 or 16211434. OLE color: 16211434.

HSL color Cylindrical-coordinate representation of color #EA5DF7: hue angle of 294.94º degrees, saturation: 0.91, 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 #EA5DF7 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23493247-
CMYK0.050.6200.03
HSL294.94º90.59%66.67%-
HSV(B)294.94º62.35%96.86%-
XYZ54.6332.0491.3-
YUV152.71181.21185.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 93 (36.72% from 255) = 16.20%
BLUE value IS 247 (96.88% from 255) = 43.03%
R=40.77%
G=16.20%
B=43.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal234932470.050.6200.03294.9490.5966.67
HexEA5DF753E031275b43
Octal35213536757603447133103
Binary1110101010111011111011110111111001110010011110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5DF7; }

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

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

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

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

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

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

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

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