Html Css Color HEX #EE86DE Pale Magenta

📋 copy color: '#EE86DE'

red 238 ◦ green 134 ◦ blue 222

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

Shades of Pale Magenta #EE86DE

Tints of Pale Magenta #EE86DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.37%

R = 40.07%
G = 22.56%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE86DE (or 0xEE86DE) is known color: Pale Magenta. HEX triplet: EE, 86 and DE. RGB value is (238,134,222). Sum of RGB (Red+Green+Blue) = 238+134+222=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86DE is #117921. Grayscale: #AEAEAE. Windows color (decimal): -1145122 or 14583534. OLE color: 14583534.

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

Color convert

RGB 238 134 222 -
CMYK 0 0.44 0.07 0.07
HSL 309.23º 0.75% 0.73% -
HSV(B) 309.23º 0.44% 0.93% -
XYZ 56.97 40.5 73.92 -
YUV 175.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 238 134 222 0 0.44 0.07 0.07 309.23 0.75 0.73
Hex EE 86 DE 0 2C 7 7 135 4B 49
Octal 356 206 336 0 54 7 7 465 113 111
Binary 11101110 10000110 11011110 0 101100 111 111 100110101 1001011 1001001

Color Harmonies of #EE86DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86DE

Black with #EE86DE

Text Example


Text Example

White with #EE86DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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