Html Css Color HEX #EE8DD2 Pale Magenta

📋 copy color: '#EE8DD2'

red 238 ◦ green 141 ◦ blue 210

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

Shades of Pale Magenta #EE8DD2

Tints of Pale Magenta #EE8DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.65%

R = 40.41%
G = 23.94%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE8DD2 (or 0xEE8DD2) is known color: Pale Magenta. HEX triplet: EE, 8D and D2. RGB value is (238,141,210). Sum of RGB (Red+Green+Blue) = 238+141+210=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DD2 is #11722D. Grayscale: #B1B1B1. Windows color (decimal): -1143342 or 13798894. OLE color: 13798894.

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

Color convert

RGB 238 141 210 -
CMYK 0 0.41 0.12 0.07
HSL 317.32º 0.74% 0.74% -
HSV(B) 317.32º 0.41% 0.93% -
XYZ 56.42 41.88 66.08 -
YUV 177.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 238 141 210 0 0.41 0.12 0.07 317.32 0.74 0.74
Hex EE 8D D2 0 29 C 7 13D 4A 4A
Octal 356 215 322 0 51 14 7 475 112 112
Binary 11101110 10001101 11010010 0 101001 1100 111 100111101 1001010 1001010

Color Harmonies of #EE8DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8DD2

Black with #EE8DD2

Text Example


Text Example

White with #EE8DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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