#EA88DF

Color #EA88DF Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #EA88DF

Tints of Pale Magenta #EA88DF

Color information

#EA88DF (or 0xEA88DF) is unknown color: approx Pale Magenta. HEX triplet: EA, 88 and DF. RGB value is (234,136,223). Sum of RGB (Red+Green+Blue) = 234+136+223=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88DF is #157720. Grayscale: #AEAEAE. Windows color (decimal): -1406753 or 14649578. OLE color: 14649578.

HSL color Cylindrical-coordinate representation of color #EA88DF: hue angle of 306.73º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA88DF is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234136223-
CMYK00.420.050.08
HSL306.73º70%72.55%-
HSV(B)306.73º41.88%91.76%-
XYZ56.0640.4374.66-
YUV175.22154.97169.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 136 (53.52% from 255) = 22.93%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=39.46%
G=22.93%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413622300.420.050.08306.737072.55
HexEA88DF02A581334649
Octal352210337052510463106111
Binary1110101010001000110111110101010101100010011001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88DF; }

 p { color: rgb(234,136,223); }

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

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

 a { background-color: rgb(234,136,223); }

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

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

 span { border-color: rgb(234,136,223); }

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