Html Css Color HEX #EE85DF Pale Magenta

📋 copy color: '#EE85DF'

red 238 ◦ green 133 ◦ blue 223

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

Shades of Pale Magenta #EE85DF

Tints of Pale Magenta #EE85DF

RGB

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

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

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

R = 40.07%
G = 22.39%
B = 37.54%

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

#EE85DF (or 0xEE85DF) is known color: Pale Magenta. HEX triplet: EE, 85 and DF. RGB value is (238,133,223). Sum of RGB (Red+Green+Blue) = 238+133+223=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85DF is #117A20. Grayscale: #AEAEAE. Windows color (decimal): -1145377 or 14648814. OLE color: 14648814.

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

Color convert

RGB 238 133 223 -
CMYK 0 0.44 0.06 0.07
HSL 308.57º 0.76% 0.73% -
HSV(B) 308.57º 0.44% 0.93% -
XYZ 56.97 40.28 74.58 -
YUV 174.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 238 133 223 0 0.44 0.06 0.07 308.57 0.76 0.73
Hex EE 85 DF 0 2C 6 7 135 4C 49
Octal 356 205 337 0 54 6 7 465 114 111
Binary 11101110 10000101 11011111 0 101100 110 111 100110101 1001100 1001001

Color Harmonies of #EE85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85DF

Black with #EE85DF

Text Example


Text Example

White with #EE85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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