Html Css Color HEX #EA81D7 Pale Magenta

📋 copy color: '#EA81D7'

red 234 ◦ green 129 ◦ blue 215

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

Shades of Pale Magenta #EA81D7

Tints of Pale Magenta #EA81D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.2%

R = 40.48%
G = 22.32%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EA81D7 (or 0xEA81D7) is known color: 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

RGB 234 129 215 -
CMYK 0 0.45 0.08 0.08
HSL 310.86º 0.71% 0.71% -
HSV(B) 310.86º 0.45% 0.92% -
XYZ 54.05 38.1 68.8 -
YUV 170.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 234 129 215 0 0.45 0.08 0.08 310.86 0.71 0.71
Hex EA 81 D7 0 2D 8 8 137 47 47
Octal 352 201 327 0 55 10 10 467 107 107
Binary 11101010 10000001 11010111 0 101101 1000 1000 100110111 1000111 1000111

Color Harmonies of #EA81D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81D7

Black with #EA81D7

Text Example


Text Example

White with #EA81D7

Text Example


Text Example

HTML Codes & Css Web 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>