#EA58F5

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

Shades of Pink Flamingo #EA58F5

Tints of Pink Flamingo #EA58F5

Color information

#EA58F5 (or 0xEA58F5) is unknown color: approx Pink Flamingo. HEX triplet: EA, 58 and F5. RGB value is (234,88,245). Sum of RGB (Red+Green+Blue) = 234+88+245=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 88 (34.77% from 255 or 15.52% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA58F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA58F5 is #15A70A. Grayscale: #959595. Windows color (decimal): -1419019 or 16079082. OLE color: 16079082.

HSL color Cylindrical-coordinate representation of color #EA58F5: hue angle of 295.8º 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 #EA58F5 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23488245-
CMYK0.040.6400.04
HSL295.8º88.7%65.29%-
HSV(B)295.8º64.08%96.08%-
XYZ53.931.0689.54-
YUV149.55181.87188.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 88 (34.77% from 255) = 15.52%
BLUE value IS 245 (96.09% from 255) = 43.21%
R=41.27%
G=15.52%
B=43.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal234882450.040.6400.04295.888.765.29
HexEA58F5440041285941
Octal352130365410004450131101
Binary111010101011000111101011001000000010010010100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA58F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA58F5; }

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

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

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

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

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

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

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

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