#EA57F7

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

Shades of Pink Flamingo #EA57F7

Tints of Pink Flamingo #EA57F7

Color information

#EA57F7 (or 0xEA57F7) is unknown color: approx Pink Flamingo. HEX triplet: EA, 57 and F7. RGB value is (234,87,247). Sum of RGB (Red+Green+Blue) = 234+87+247=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 87 (34.38% from 255 or 15.32% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA57F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA57F7 is #15A808. Grayscale: #949494. Windows color (decimal): -1419273 or 16209898. OLE color: 16209898.

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

Color convert

RGB23487247-
CMYK0.050.6500.03
HSL295.12º90.91%65.49%-
HSV(B)295.12º64.78%96.86%-
XYZ54.1331.0291.13-
YUV149.19183.2188.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 87 (34.38% from 255) = 15.32%
BLUE value IS 247 (96.88% from 255) = 43.49%
R=41.20%
G=15.32%
B=43.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal234872470.050.6500.03295.1290.9165.49
HexEA57F7541031275b41
Octal352127367510103447133101
Binary11101010101011111110111101100000101110010011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA57F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA57F7; }

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

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

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

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

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

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

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

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