Html Css Color HEX #EE8DD5 Pale Magenta

📋 copy color: '#EE8DD5'

red 238 ◦ green 141 ◦ blue 213

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

Shades of Pale Magenta #EE8DD5

Tints of Pale Magenta #EE8DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.98%

R = 40.2%
G = 23.82%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE8DD5 (or 0xEE8DD5) is known color: Pale Magenta. HEX triplet: EE, 8D and D5. RGB value is (238,141,213). Sum of RGB (Red+Green+Blue) = 238+141+213=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DD5 is #11722A. Grayscale: #B2B2B2. Windows color (decimal): -1143339 or 13995502. OLE color: 13995502.

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

Color convert

RGB 238 141 213 -
CMYK 0 0.41 0.11 0.07
HSL 315.46º 0.74% 0.74% -
HSV(B) 315.46º 0.41% 0.93% -
XYZ 56.8 42.03 68.07 -
YUV 178.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 238 141 213 0 0.41 0.11 0.07 315.46 0.74 0.74
Hex EE 8D D5 0 29 B 7 13B 4A 4A
Octal 356 215 325 0 51 13 7 473 112 112
Binary 11101110 10001101 11010101 0 101001 1011 111 100111011 1001010 1001010

Color Harmonies of #EE8DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8DD5

Black with #EE8DD5

Text Example


Text Example

White with #EE8DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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