#EA81D7

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

Shades of Pale Magenta #EA81D7

Tints of Pale Magenta #EA81D7

Color information

#EA81D7 (or 0xEA81D7) is unknown color: approx Pale Magenta. HEX triplet: EA, 81 and D7. RGB value is (234,129,215). Sum of RGB (Red+Green+Blue) = 234+129+215=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81D7 is #157E28. Grayscale: #A9A9A9. Windows color (decimal): -1408553 or 14123498. OLE color: 14123498.

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

Color convert

RGB234129215-
CMYK00.450.080.08
HSL310.86º71.43%71.18%-
HSV(B)310.86º44.87%91.76%-
XYZ54.0538.168.8-
YUV170.2153.29173.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 129 (50.78% from 255) = 22.32%
BLUE value IS 215 (84.38% from 255) = 37.20%
R=40.48%
G=22.32%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412921500.450.080.08310.8671.4371.18
HexEA81D702D881374747
Octal3522013270551010467107107
Binary11101010100000011101011101011011000100010011011110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81D7; }

 p { color: rgb(234,129,215); }

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

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

 a { background-color: rgb(234,129,215); }

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

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

 span { border-color: rgb(234,129,215); }

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