Html Css Color HEX #EE85DA Pale Magenta

📋 copy color: '#EE85DA'

red 238 ◦ green 133 ◦ blue 218

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

Shades of Pale Magenta #EE85DA

Tints of Pale Magenta #EE85DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 40.41%
G = 22.58%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE85DA (or 0xEE85DA) is known color: Pale Magenta. HEX triplet: EE, 85 and DA. RGB value is (238,133,218). Sum of RGB (Red+Green+Blue) = 238+133+218=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85DA is #117A25. Grayscale: #ADADAD. Windows color (decimal): -1145382 or 14321134. OLE color: 14321134.

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

Color convert

RGB 238 133 218 -
CMYK 0 0.44 0.08 0.07
HSL 311.43º 0.76% 0.73% -
HSV(B) 311.43º 0.44% 0.93% -
XYZ 56.3 40.01 71.09 -
YUV 174.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 238 133 218 0 0.44 0.08 0.07 311.43 0.76 0.73
Hex EE 85 DA 0 2C 8 7 137 4C 49
Octal 356 205 332 0 54 10 7 467 114 111
Binary 11101110 10000101 11011010 0 101100 1000 111 100110111 1001100 1001001

Color Harmonies of #EE85DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85DA

Black with #EE85DA

Text Example


Text Example

White with #EE85DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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