#EA62EF

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

Shades of Pink Flamingo #EA62EF

Tints of Pink Flamingo #EA62EF

Color information

#EA62EF (or 0xEA62EF) is unknown color: approx Pink Flamingo. HEX triplet: EA, 62 and EF. RGB value is (234,98,239). Sum of RGB (Red+Green+Blue) = 234+98+239=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 98 (38.67% from 255 or 17.16% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA62EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA62EF is #159D10. Grayscale: #9A9A9A. Windows color (decimal): -1416465 or 15688426. OLE color: 15688426.

HSL color Cylindrical-coordinate representation of color #EA62EF: hue angle of 297.87º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA62EF is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23498239-
CMYK0.020.5900.06
HSL297.87º81.5%66.08%-
HSV(B)297.87º59%93.73%-
XYZ53.8832.4685.09-
YUV154.74175.56184.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 98 (38.67% from 255) = 17.16%
BLUE value IS 239 (93.75% from 255) = 41.86%
R=40.98%
G=17.16%
B=41.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal234982390.020.5900.06297.8781.566.08
HexEA62EF23B0612a5242
Octal35214235727306452122102
Binary1110101011000101110111110111011011010010101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA62EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA62EF; }

 p { color: rgb(234,98,239); }

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

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

 a { background-color: rgb(234,98,239); }

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

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

 span { border-color: rgb(234,98,239); }

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