Html Css Color HEX #EE81DB Pale Magenta

📋 copy color: '#EE81DB'

red 238 ◦ green 129 ◦ blue 219

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

Shades of Pale Magenta #EE81DB

Tints of Pale Magenta #EE81DB

RGB

 RED value IS 238 (93.36% from 255) = 40.61%

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

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

R = 40.61%
G = 22.01%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE81DB (or 0xEE81DB) is known color: Pale Magenta. HEX triplet: EE, 81 and DB. RGB value is (238,129,219). Sum of RGB (Red+Green+Blue) = 238+129+219=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81DB is #117E24. Grayscale: #ABABAB. Windows color (decimal): -1146405 or 14385646. OLE color: 14385646.

HSL color Cylindrical-coordinate representation of color #EE81DB: hue angle of 310.46º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE81DB is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 129 219 -
CMYK 0 0.46 0.08 0.07
HSL 310.46º 0.76% 0.72% -
HSV(B) 310.46º 0.46% 0.93% -
XYZ 55.9 38.99 71.6 -
YUV 171.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 238 129 219 0 0.46 0.08 0.07 310.46 0.76 0.72
Hex EE 81 DB 0 2E 8 7 136 4C 48
Octal 356 201 333 0 56 10 7 466 114 110
Binary 11101110 10000001 11011011 0 101110 1000 111 100110110 1001100 1001000

Color Harmonies of #EE81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE81DB

Black with #EE81DB

Text Example


Text Example

White with #EE81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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