Html Css Color HEX #EE80DB Pale Magenta

📋 copy color: '#EE80DB'

red 238 ◦ green 128 ◦ blue 219

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

Shades of Pale Magenta #EE80DB

Tints of Pale Magenta #EE80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.88%

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

R = 40.68%
G = 21.88%
B = 37.44%

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

#EE80DB (or 0xEE80DB) is known color: Pale Magenta. HEX triplet: EE, 80 and DB. RGB value is (238,128,219). Sum of RGB (Red+Green+Blue) = 238+128+219=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80DB is #117F24. Grayscale: #ABABAB. Windows color (decimal): -1146661 or 14385390. OLE color: 14385390.

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

Color convert

RGB 238 128 219 -
CMYK 0 0.46 0.08 0.07
HSL 310.36º 0.76% 0.72% -
HSV(B) 310.36º 0.46% 0.93% -
XYZ 55.77 38.73 71.55 -
YUV 171.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 238 128 219 0 0.46 0.08 0.07 310.36 0.76 0.72
Hex EE 80 DB 0 2E 8 7 136 4C 48
Octal 356 200 333 0 56 10 7 466 114 110
Binary 11101110 10000000 11011011 0 101110 1000 111 100110110 1001100 1001000

Color Harmonies of #EE80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80DB

Black with #EE80DB

Text Example


Text Example

White with #EE80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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