#EA5CF1

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

Shades of Pink Flamingo #EA5CF1

Tints of Pink Flamingo #EA5CF1

Color information

#EA5CF1 (or 0xEA5CF1) is unknown color: approx Pink Flamingo. HEX triplet: EA, 5C and F1. RGB value is (234,92,241). Sum of RGB (Red+Green+Blue) = 234+92+241=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 92 (36.33% from 255 or 16.23% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA5CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5CF1 is #15A30E. Grayscale: #969696. Windows color (decimal): -1417999 or 15817962. OLE color: 15817962.

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

Color convert

RGB23492241-
CMYK0.030.6200.05
HSL297.18º84.18%65.29%-
HSV(B)297.18º61.83%94.51%-
XYZ53.6431.586.47-
YUV151.44178.54186.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 92 (36.33% from 255) = 16.23%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=41.27%
G=16.23%
B=42.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234922410.030.6200.05297.1884.1865.29
HexEA5CF133E051295441
Octal35213436137605451124101
Binary1110101010111001111000111111110010110010100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5CF1; }

 p { color: rgb(234,92,241); }

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

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

 a { background-color: rgb(234,92,241); }

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

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

 span { border-color: rgb(234,92,241); }

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