#EA4EFF

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

Shades of Pink Flamingo #EA4EFF

Tints of Pink Flamingo #EA4EFF

Color information

#EA4EFF (or 0xEA4EFF) is unknown color: approx Pink Flamingo. HEX triplet: EA, 4E and FF. RGB value is (234,78,255). Sum of RGB (Red+Green+Blue) = 234+78+255=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 78 (30.86% from 255 or 13.76% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA4EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA4EFF is #15B100. Grayscale: #909090. Windows color (decimal): -1421569 or 16731882. OLE color: 16731882.

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

Color convert

RGB23478255-
CMYK0.080.6900
HSL292.88º100%65.29%-
HSV(B)292.88º69.41%100%-
XYZ54.7130.1697.55-
YUV144.82190.18191.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 78 (30.86% from 255) = 13.76%
BLUE value IS 255 (100% from 255) = 44.97%
R=41.27%
G=13.76%
B=44.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal234782550.080.6900292.8810065.29
HexEA4EFF845001256441
Octal3521163771010500445144101
Binary11101010100111011111111100010001010010010010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4EFF; }

 p { color: rgb(234,78,255); }

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

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

 a { background-color: rgb(234,78,255); }

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

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

 span { border-color: rgb(234,78,255); }

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