Html Css Color HEX #EE86D4 Pale Magenta

📋 copy color: '#EE86D4'

red 238 ◦ green 134 ◦ blue 212

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

Shades of Pale Magenta #EE86D4

Tints of Pale Magenta #EE86D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.3%

R = 40.75%
G = 22.95%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE86D4 (or 0xEE86D4) is known color: Pale Magenta. HEX triplet: EE, 86 and D4. RGB value is (238,134,212). Sum of RGB (Red+Green+Blue) = 238+134+212=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86D4 is #11792B. Grayscale: #ADADAD. Windows color (decimal): -1145132 or 13928174. OLE color: 13928174.

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

Color convert

RGB 238 134 212 -
CMYK 0 0.44 0.11 0.07
HSL 315º 0.75% 0.73% -
HSV(B) 315º 0.44% 0.93% -
XYZ 55.67 39.98 67.07 -
YUV 173.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 238 134 212 0 0.44 0.11 0.07 315 0.75 0.73
Hex EE 86 D4 0 2C B 7 13B 4B 49
Octal 356 206 324 0 54 13 7 473 113 111
Binary 11101110 10000110 11010100 0 101100 1011 111 100111011 1001011 1001001

Color Harmonies of #EE86D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86D4

Black with #EE86D4

Text Example


Text Example

White with #EE86D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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