Html Css Color HEX #EA81DB Pale Magenta

📋 copy color: '#EA81DB'

red 234 ◦ green 129 ◦ blue 219

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

Shades of Pale Magenta #EA81DB

Tints of Pale Magenta #EA81DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 40.21%
G = 22.16%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA81DB (or 0xEA81DB) is known color: Pale Magenta. HEX triplet: EA, 81 and DB. RGB value is (234,129,219). Sum of RGB (Red+Green+Blue) = 234+129+219=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81DB is #157E24. Grayscale: #AAAAAA. Windows color (decimal): -1408549 or 14385642. OLE color: 14385642.

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

Color convert

RGB 234 129 219 -
CMYK 0 0.45 0.06 0.08
HSL 308.57º 0.71% 0.71% -
HSV(B) 308.57º 0.45% 0.92% -
XYZ 54.57 38.31 71.54 -
YUV 170.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 234 129 219 0 0.45 0.06 0.08 308.57 0.71 0.71
Hex EA 81 DB 0 2D 6 8 135 47 47
Octal 352 201 333 0 55 6 10 465 107 107
Binary 11101010 10000001 11011011 0 101101 110 1000 100110101 1000111 1000111

Color Harmonies of #EA81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA81DB

Black with #EA81DB

Text Example


Text Example

White with #EA81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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