Html Css Color HEX #EE85AC Mauvelous

📋 copy color: '#EE85AC'

red 238 ◦ green 133 ◦ blue 172

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

Shades of Mauvelous #EE85AC

Tints of Mauvelous #EE85AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.68%

R = 43.83%
G = 24.49%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE85AC (or 0xEE85AC) is known color: Mauvelous. HEX triplet: EE, 85 and AC. RGB value is (238,133,172). Sum of RGB (Red+Green+Blue) = 238+133+172=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE85AC is #117A53. Grayscale: #A8A8A8. Windows color (decimal): -1145428 or 11306478. OLE color: 11306478.

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

Color convert

RGB 238 133 172 -
CMYK 0 0.44 0.28 0.07
HSL 337.71º 0.76% 0.73% -
HSV(B) 337.71º 0.44% 0.93% -
XYZ 51.09 37.93 43.66 -
YUV 168.84 129.79 177.33 -
System Red Green Blue C M Y K H S L
Decimal 238 133 172 0 0.44 0.28 0.07 337.71 0.76 0.73
Hex EE 85 AC 0 2C 1C 7 152 4C 49
Octal 356 205 254 0 54 34 7 522 114 111
Binary 11101110 10000101 10101100 0 101100 11100 111 101010010 1001100 1001001

Color Harmonies of #EE85AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85AC

Black with #EE85AC

Text Example


Text Example

White with #EE85AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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