Html Css Color HEX #EE86DF Pale Magenta

📋 copy color: '#EE86DF'

red 238 ◦ green 134 ◦ blue 223

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

Shades of Pale Magenta #EE86DF

Tints of Pale Magenta #EE86DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 40%
G = 22.52%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE86DF (or 0xEE86DF) is known color: Pale Magenta. HEX triplet: EE, 86 and DF. RGB value is (238,134,223). Sum of RGB (Red+Green+Blue) = 238+134+223=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86DF is #117920. Grayscale: #AEAEAE. Windows color (decimal): -1145121 or 14649070. OLE color: 14649070.

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

Color convert

RGB 238 134 223 -
CMYK 0 0.44 0.06 0.07
HSL 308.65º 0.75% 0.73% -
HSV(B) 308.65º 0.44% 0.93% -
XYZ 57.1 40.56 74.63 -
YUV 175.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 238 134 223 0 0.44 0.06 0.07 308.65 0.75 0.73
Hex EE 86 DF 0 2C 6 7 135 4B 49
Octal 356 206 337 0 54 6 7 465 113 111
Binary 11101110 10000110 11011111 0 101100 110 111 100110101 1001011 1001001

Color Harmonies of #EE86DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86DF

Black with #EE86DF

Text Example


Text Example

White with #EE86DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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