#EA57F2

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

Shades of Pink Flamingo #EA57F2

Tints of Pink Flamingo #EA57F2

Color information

#EA57F2 (or 0xEA57F2) is unknown color: approx Pink Flamingo. HEX triplet: EA, 57 and F2. RGB value is (234,87,242). Sum of RGB (Red+Green+Blue) = 234+87+242=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 87 (34.38% from 255 or 15.45% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA57F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA57F2 is #15A80D. Grayscale: #949494. Windows color (decimal): -1419278 or 15882218. OLE color: 15882218.

HSL color Cylindrical-coordinate representation of color #EA57F2: hue angle of 296.9º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA57F2 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23487242-
CMYK0.030.6400.05
HSL296.9º85.64%64.51%-
HSV(B)296.9º64.05%94.9%-
XYZ53.3730.7287.12-
YUV148.62180.7188.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 87 (34.38% from 255) = 15.45%
BLUE value IS 242 (94.92% from 255) = 42.98%
R=41.56%
G=15.45%
B=42.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234872420.030.6400.05296.985.6464.51
HexEA57F2340051295641
Octal352127362310005451126101
Binary11101010101011111110010111000000010110010100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA57F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA57F2; }

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

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

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

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

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

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

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

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