#EA88D3

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

Shades of Pale Magenta #EA88D3

Tints of Pale Magenta #EA88D3

Color information

#EA88D3 (or 0xEA88D3) is unknown color: approx Pale Magenta. HEX triplet: EA, 88 and D3. RGB value is (234,136,211). Sum of RGB (Red+Green+Blue) = 234+136+211=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88D3 is #15772C. Grayscale: #ADADAD. Windows color (decimal): -1406765 or 13863146. OLE color: 13863146.

HSL color Cylindrical-coordinate representation of color #EA88D3: hue angle of 314.08º 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 #EA88D3 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234136211-
CMYK00.420.100.08
HSL314.08º70%72.55%-
HSV(B)314.08º41.88%91.76%-
XYZ54.4939.866.44-
YUV173.85148.97170.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 136 (53.52% from 255) = 23.41%
BLUE value IS 211 (82.81% from 255) = 36.32%
R=40.28%
G=23.41%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413621100.420.100.08314.087072.55
HexEA88D302AA813a4649
Octal3522103230521210472106111
Binary11101010100010001101001101010101010100010011101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88D3; }

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

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

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

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

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

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

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

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