#EA57FE

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

Shades of Pink Flamingo #EA57FE

Tints of Pink Flamingo #EA57FE

Color information

#EA57FE (or 0xEA57FE) is unknown color: approx Pink Flamingo. HEX triplet: EA, 57 and FE. RGB value is (234,87,254). Sum of RGB (Red+Green+Blue) = 234+87+254=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 87 (34.38% from 255 or 15.13% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA57FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA57FE is #15A801. Grayscale: #959595. Windows color (decimal): -1419266 or 16668650. OLE color: 16668650.

HSL color Cylindrical-coordinate representation of color #EA57FE: hue angle of 292.81º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA57FE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB23487254-
CMYK0.080.6600.00
HSL292.81º98.82%66.86%-
HSV(B)292.81º65.75%99.61%-
XYZ55.2331.4696.93-
YUV149.99186.7187.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 87 (34.38% from 255) = 15.13%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=40.70%
G=15.13%
B=44.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal234872540.080.6600.00292.8198.8266.86
HexEA57FE842001256343
Octal3521273761010200445143103
Binary11101010101011111111110100010000100010010010111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA57FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA57FE; }

 p { color: rgb(234,87,254); }

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

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

 a { background-color: rgb(234,87,254); }

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

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

 span { border-color: rgb(234,87,254); }

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