Html Css Color HEX #EA81D9 Pale Magenta

📋 copy color: '#EA81D9'

red 234 ◦ green 129 ◦ blue 217

#EA81D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #EA81D9

Tints of Pale Magenta #EA81D9

RGB

 RED value IS 234 (91.8% from 255) = 40.34%

 GREEN value IS 129 (50.78% from 255) = 22.24%

 BLUE value IS 217 (85.16% from 255) = 37.41%

R = 40.34%
G = 22.24%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA81D9 (or 0xEA81D9) is known color: Pale Magenta. HEX triplet: EA, 81 and D9. RGB value is (234,129,217). Sum of RGB (Red+Green+Blue) = 234+129+217=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81D9 is #157E26. Grayscale: #AAAAAA. Windows color (decimal): -1408551 or 14254570. OLE color: 14254570.

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

Color convert

RGB 234 129 217 -
CMYK 0 0.45 0.07 0.08
HSL 309.71º 0.71% 0.71% -
HSV(B) 309.71º 0.45% 0.92% -
XYZ 54.31 38.2 70.16 -
YUV 170.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 234 129 217 0 0.45 0.07 0.08 309.71 0.71 0.71
Hex EA 81 D9 0 2D 7 8 136 47 47
Octal 352 201 331 0 55 7 10 466 107 107
Binary 11101010 10000001 11011001 0 101101 111 1000 100110110 1000111 1000111

Color Harmonies of #EA81D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81D9

Black with #EA81D9

Text Example


Text Example

White with #EA81D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA81D9; }

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

 H1.HeaderClassName
 {
   color: #EA81D9;
 }
 .AnyTagClassName
 {
   color: #EA81D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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