Html Css Color HEX #EE86DA Pale Magenta

📋 copy color: '#EE86DA'

red 238 ◦ green 134 ◦ blue 218

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

Shades of Pale Magenta #EE86DA

Tints of Pale Magenta #EE86DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 40.34%
G = 22.71%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE86DA (or 0xEE86DA) is known color: Pale Magenta. HEX triplet: EE, 86 and DA. RGB value is (238,134,218). Sum of RGB (Red+Green+Blue) = 238+134+218=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 134 (52.73% from 255 or 22.71% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86DA is #117925. Grayscale: #AEAEAE. Windows color (decimal): -1145126 or 14321390. OLE color: 14321390.

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

Color convert

RGB 238 134 218 -
CMYK 0 0.44 0.08 0.07
HSL 311.54º 0.75% 0.73% -
HSV(B) 311.54º 0.44% 0.93% -
XYZ 56.44 40.29 71.13 -
YUV 174.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 238 134 218 0 0.44 0.08 0.07 311.54 0.75 0.73
Hex EE 86 DA 0 2C 8 7 138 4B 49
Octal 356 206 332 0 54 10 7 470 113 111
Binary 11101110 10000110 11011010 0 101100 1000 111 100111000 1001011 1001001

Color Harmonies of #EE86DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86DA

Black with #EE86DA

Text Example


Text Example

White with #EE86DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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