Html Css Color HEX #EE85DE Pale Magenta

📋 copy color: '#EE85DE'

red 238 ◦ green 133 ◦ blue 222

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

Shades of Pale Magenta #EE85DE

Tints of Pale Magenta #EE85DE

RGB

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

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

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

R = 40.13%
G = 22.43%
B = 37.44%

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

#EE85DE (or 0xEE85DE) is known color: Pale Magenta. HEX triplet: EE, 85 and DE. RGB value is (238,133,222). Sum of RGB (Red+Green+Blue) = 238+133+222=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85DE is #117A21. Grayscale: #AEAEAE. Windows color (decimal): -1145378 or 14583278. OLE color: 14583278.

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

Color convert

RGB 238 133 222 -
CMYK 0 0.44 0.07 0.07
HSL 309.14º 0.76% 0.73% -
HSV(B) 309.14º 0.44% 0.93% -
XYZ 56.83 40.23 73.88 -
YUV 174.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 238 133 222 0 0.44 0.07 0.07 309.14 0.76 0.73
Hex EE 85 DE 0 2C 7 7 135 4C 49
Octal 356 205 336 0 54 7 7 465 114 111
Binary 11101110 10000101 11011110 0 101100 111 111 100110101 1001100 1001001

Color Harmonies of #EE85DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85DE

Black with #EE85DE

Text Example


Text Example

White with #EE85DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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