#EA63EF

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

Shades of Pink Flamingo #EA63EF

Tints of Pink Flamingo #EA63EF

Color information

#EA63EF (or 0xEA63EF) is unknown color: approx Pink Flamingo. HEX triplet: EA, 63 and EF. RGB value is (234,99,239). Sum of RGB (Red+Green+Blue) = 234+99+239=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA63EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA63EF is #159C10. Grayscale: #9A9A9A. Windows color (decimal): -1416209 or 15688682. OLE color: 15688682.

HSL color Cylindrical-coordinate representation of color #EA63EF: hue angle of 297.86º degrees, saturation: 0.81, 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 #EA63EF is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23499239-
CMYK0.020.5900.06
HSL297.86º81.4%66.27%-
HSV(B)297.86º58.58%93.73%-
XYZ53.9732.6585.12-
YUV155.33175.23184.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 99 (39.06% from 255) = 17.31%
BLUE value IS 239 (93.75% from 255) = 41.78%
R=40.91%
G=17.31%
B=41.78%

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
Decimal234992390.020.5900.06297.8681.466.27
HexEA63EF23B0612a5142
Octal35214335727306452121102
Binary1110101011000111110111110111011011010010101010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA63EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA63EF; }

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

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

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

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

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

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

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

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