Html Css Color HEX #EE8AD6 Pale Magenta

📋 copy color: '#EE8AD6'

red 238 ◦ green 138 ◦ blue 214

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

Shades of Pale Magenta #EE8AD6

Tints of Pale Magenta #EE8AD6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.39%

 BLUE value IS 214 (83.98% from 255) = 36.27%

R = 40.34%
G = 23.39%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EE8AD6 (or 0xEE8AD6) is known color: Pale Magenta. HEX triplet: EE, 8A and D6. RGB value is (238,138,214). Sum of RGB (Red+Green+Blue) = 238+138+214=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8AD6 is #117529. Grayscale: #B0B0B0. Windows color (decimal): -1144106 or 14060270. OLE color: 14060270.

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

Color convert

RGB 238 138 214 -
CMYK 0 0.42 0.10 0.07
HSL 314.4º 0.75% 0.74% -
HSV(B) 314.4º 0.42% 0.93% -
XYZ 56.49 41.21 68.6 -
YUV 176.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 238 138 214 0 0.42 0.10 0.07 314.4 0.75 0.74
Hex EE 8A D6 0 2A A 7 13A 4B 4A
Octal 356 212 326 0 52 12 7 472 113 112
Binary 11101110 10001010 11010110 0 101010 1010 111 100111010 1001011 1001010

Color Harmonies of #EE8AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8AD6

Black with #EE8AD6

Text Example


Text Example

White with #EE8AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8AD6; }

 p { color: rgb(238,138,214); }

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

background-color css

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

 a { background-color: rgb(238,138,214); }

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

border-color css

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

 span { border-color: rgb(238,138,214); }

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