Html Css Color HEX #EE76DB Pale Magenta

📋 copy color: '#EE76DB'

red 238 ◦ green 118 ◦ blue 219

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

Shades of Pale Magenta #EE76DB

Tints of Pale Magenta #EE76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.52%

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

R = 41.39%
G = 20.52%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE76DB (or 0xEE76DB) is known color: Pale Magenta. HEX triplet: EE, 76 and DB. RGB value is (238,118,219). Sum of RGB (Red+Green+Blue) = 238+118+219=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE76DB is #118924. Grayscale: #A5A5A5. Windows color (decimal): -1149221 or 14382830. OLE color: 14382830.

HSL color Cylindrical-coordinate representation of color #EE76DB: hue angle of 309.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE76DB is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 118 219 -
CMYK 0 0.50 0.08 0.07
HSL 309.5º 0.78% 0.7% -
HSV(B) 309.5º 0.5% 0.93% -
XYZ 54.52 36.25 71.14 -
YUV 165.39 158.26 179.79 -
System Red Green Blue C M Y K H S L
Decimal 238 118 219 0 0.50 0.08 0.07 309.5 0.78 0.7
Hex EE 76 DB 0 32 8 7 136 4E 46
Octal 356 166 333 0 62 10 7 466 116 106
Binary 11101110 1110110 11011011 0 110010 1000 111 100110110 1001110 1000110

Color Harmonies of #EE76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE76DB

Black with #EE76DB

Text Example


Text Example

White with #EE76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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