Html Css Color HEX #EE85D2 Pale Magenta

📋 copy color: '#EE85D2'

red 238 ◦ green 133 ◦ blue 210

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

Shades of Pale Magenta #EE85D2

Tints of Pale Magenta #EE85D2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.89%

 BLUE value IS 210 (82.42% from 255) = 36.14%

R = 40.96%
G = 22.89%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE85D2 (or 0xEE85D2) is known color: Pale Magenta. HEX triplet: EE, 85 and D2. RGB value is (238,133,210). Sum of RGB (Red+Green+Blue) = 238+133+210=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85D2 is #117A2D. Grayscale: #ACACAC. Windows color (decimal): -1145390 or 13796846. OLE color: 13796846.

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

Color convert

RGB 238 133 210 -
CMYK 0 0.44 0.12 0.07
HSL 316º 0.76% 0.73% -
HSV(B) 316º 0.44% 0.93% -
XYZ 55.28 39.61 65.7 -
YUV 173.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 238 133 210 0 0.44 0.12 0.07 316 0.76 0.73
Hex EE 85 D2 0 2C C 7 13C 4C 49
Octal 356 205 322 0 54 14 7 474 114 111
Binary 11101110 10000101 11010010 0 101100 1100 111 100111100 1001100 1001001

Color Harmonies of #EE85D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85D2

Black with #EE85D2

Text Example


Text Example

White with #EE85D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85D2; }

 p { color: rgb(238,133,210); }

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

background-color css

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

 a { background-color: rgb(238,133,210); }

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

border-color css

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

 span { border-color: rgb(238,133,210); }

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