Html Css Color HEX #EE85AA Mauvelous

📋 copy color: '#EE85AA'

red 238 ◦ green 133 ◦ blue 170

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

Shades of Mauvelous #EE85AA

Tints of Mauvelous #EE85AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.42%

R = 43.99%
G = 24.58%
B = 31.42%

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

#EE85AA (or 0xEE85AA) is known color: Mauvelous. HEX triplet: EE, 85 and AA. RGB value is (238,133,170). Sum of RGB (Red+Green+Blue) = 238+133+170=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE85AA is #117A55. Grayscale: #A8A8A8. Windows color (decimal): -1145430 or 11175406. OLE color: 11175406.

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

Color convert

RGB 238 133 170 -
CMYK 0 0.44 0.29 0.07
HSL 338.86º 0.76% 0.73% -
HSV(B) 338.86º 0.44% 0.93% -
XYZ 50.9 37.85 42.65 -
YUV 168.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 238 133 170 0 0.44 0.29 0.07 338.86 0.76 0.73
Hex EE 85 AA 0 2C 1D 7 153 4C 49
Octal 356 205 252 0 54 35 7 523 114 111
Binary 11101110 10000101 10101010 0 101100 11101 111 101010011 1001100 1001001

Color Harmonies of #EE85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85AA

Black with #EE85AA

Text Example


Text Example

White with #EE85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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