Html Css Color HEX #EE85E4 Pale Magenta

📋 copy color: '#EE85E4'

red 238 ◦ green 133 ◦ blue 228

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

Shades of Pale Magenta #EE85E4

Tints of Pale Magenta #EE85E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.06%

R = 39.73%
G = 22.2%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EE85E4 (or 0xEE85E4) is known color: Pale Magenta. HEX triplet: EE, 85 and E4. RGB value is (238,133,228). Sum of RGB (Red+Green+Blue) = 238+133+228=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85E4 is #117A1B. Grayscale: #AEAEAE. Windows color (decimal): -1145372 or 14976494. OLE color: 14976494.

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

Color convert

RGB 238 133 228 -
CMYK 0 0.44 0.04 0.07
HSL 305.71º 0.76% 0.73% -
HSV(B) 305.71º 0.44% 0.93% -
XYZ 57.65 40.55 78.19 -
YUV 175.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 238 133 228 0 0.44 0.04 0.07 305.71 0.76 0.73
Hex EE 85 E4 0 2C 4 7 132 4C 49
Octal 356 205 344 0 54 4 7 462 114 111
Binary 11101110 10000101 11100100 0 101100 100 111 100110010 1001100 1001001

Color Harmonies of #EE85E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85E4

Black with #EE85E4

Text Example


Text Example

White with #EE85E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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