Html Css Color HEX #EE85A8 Mauvelous

📋 copy color: '#EE85A8'

red 238 ◦ green 133 ◦ blue 168

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

Shades of Mauvelous #EE85A8

Tints of Mauvelous #EE85A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.17%

R = 44.16%
G = 24.68%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE85A8 (or 0xEE85A8) is known color: Mauvelous. HEX triplet: EE, 85 and A8. RGB value is (238,133,168). Sum of RGB (Red+Green+Blue) = 238+133+168=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE85A8 is #117A57. Grayscale: #A8A8A8. Windows color (decimal): -1145432 or 11044334. OLE color: 11044334.

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

Color convert

RGB 238 133 168 -
CMYK 0 0.44 0.29 0.07
HSL 340º 0.76% 0.73% -
HSV(B) 340º 0.44% 0.93% -
XYZ 50.72 37.78 41.66 -
YUV 168.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 238 133 168 0 0.44 0.29 0.07 340 0.76 0.73
Hex EE 85 A8 0 2C 1D 7 154 4C 49
Octal 356 205 250 0 54 35 7 524 114 111
Binary 11101110 10000101 10101000 0 101100 11101 111 101010100 1001100 1001001

Color Harmonies of #EE85A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85A8

Black with #EE85A8

Text Example


Text Example

White with #EE85A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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