Html Css Color HEX #EE86D7 Pale Magenta

📋 copy color: '#EE86D7'

red 238 ◦ green 134 ◦ blue 215

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

Shades of Pale Magenta #EE86D7

Tints of Pale Magenta #EE86D7

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.83%

 BLUE value IS 215 (84.38% from 255) = 36.63%

R = 40.55%
G = 22.83%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EE86D7 (or 0xEE86D7) is known color: Pale Magenta. HEX triplet: EE, 86 and D7. RGB value is (238,134,215). Sum of RGB (Red+Green+Blue) = 238+134+215=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86D7 is #117928. Grayscale: #AEAEAE. Windows color (decimal): -1145129 or 14124782. OLE color: 14124782.

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

Color convert

RGB 238 134 215 -
CMYK 0 0.44 0.10 0.07
HSL 313.27º 0.75% 0.73% -
HSV(B) 313.27º 0.44% 0.93% -
XYZ 56.05 40.13 69.08 -
YUV 174.33 150.96 173.41 -
System Red Green Blue C M Y K H S L
Decimal 238 134 215 0 0.44 0.10 0.07 313.27 0.75 0.73
Hex EE 86 D7 0 2C A 7 139 4B 49
Octal 356 206 327 0 54 12 7 471 113 111
Binary 11101110 10000110 11010111 0 101100 1010 111 100111001 1001011 1001001

Color Harmonies of #EE86D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86D7

Black with #EE86D7

Text Example


Text Example

White with #EE86D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86D7; }

 p { color: rgb(238,134,215); }

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

background-color css

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

 a { background-color: rgb(238,134,215); }

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

border-color css

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

 span { border-color: rgb(238,134,215); }

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