Html Css Color HEX #EE8DE5 Pale Magenta

📋 copy color: '#EE8DE5'

red 238 ◦ green 141 ◦ blue 229

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

Shades of Pale Magenta #EE8DE5

Tints of Pale Magenta #EE8DE5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.19%

 BLUE value IS 229 (89.84% from 255) = 37.66%

R = 39.14%
G = 23.19%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EE8DE5 (or 0xEE8DE5) is known color: Pale Magenta. HEX triplet: EE, 8D and E5. RGB value is (238,141,229). Sum of RGB (Red+Green+Blue) = 238+141+229=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DE5 is #11721A. Grayscale: #B3B3B3. Windows color (decimal): -1143323 or 15044078. OLE color: 15044078.

HSL color Cylindrical-coordinate representation of color #EE8DE5: hue angle of 305.57º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8DE5 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 141 229 -
CMYK 0 0.41 0.04 0.07
HSL 305.57º 0.74% 0.74% -
HSV(B) 305.57º 0.41% 0.93% -
XYZ 58.93 42.88 79.3 -
YUV 180.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 238 141 229 0 0.41 0.04 0.07 305.57 0.74 0.74
Hex EE 8D E5 0 29 4 7 132 4A 4A
Octal 356 215 345 0 51 4 7 462 112 112
Binary 11101110 10001101 11100101 0 101001 100 111 100110010 1001010 1001010

Color Harmonies of #EE8DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8DE5

Black with #EE8DE5

Text Example


Text Example

White with #EE8DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8DE5; }

 p { color: rgb(238,141,229); }

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

background-color css

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

 a { background-color: rgb(238,141,229); }

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

border-color css

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

 span { border-color: rgb(238,141,229); }

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