#EA58F9

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

Shades of Pink Flamingo #EA58F9

Tints of Pink Flamingo #EA58F9

Color information

#EA58F9 (or 0xEA58F9) is unknown color: approx Pink Flamingo. HEX triplet: EA, 58 and F9. RGB value is (234,88,249). Sum of RGB (Red+Green+Blue) = 234+88+249=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 88 (34.77% from 255 or 15.41% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA58F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA58F9 is #15A706. Grayscale: #959595. Windows color (decimal): -1419015 or 16341226. OLE color: 16341226.

HSL color Cylindrical-coordinate representation of color #EA58F9: hue angle of 294.41º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA58F9 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23488249-
CMYK0.060.6500.02
HSL294.41º93.06%66.08%-
HSV(B)294.41º64.66%97.65%-
XYZ54.5231.3192.79-
YUV150.01183.87187.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 88 (34.77% from 255) = 15.41%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=40.98%
G=15.41%
B=43.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234882490.060.6500.02294.4193.0666.08
HexEA58F9641021265d42
Octal352130371610102446135102
Binary11101010101100011111001110100000101010010011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA58F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA58F9; }

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

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

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

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

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

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

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

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