Html Css Color HEX #E985AA Mauvelous

📋 copy color: '#E985AA'

red 233 ◦ green 133 ◦ blue 170

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

Shades of Mauvelous #E985AA

Tints of Mauvelous #E985AA

RGB

 RED value IS 233 (91.41% from 255) = 43.47%

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

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

R = 43.47%
G = 24.81%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E985AA (or 0xE985AA) is known color: Mauvelous. HEX triplet: E9, 85 and AA. RGB value is (233,133,170). Sum of RGB (Red+Green+Blue) = 233+133+170=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E985AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E985AA is #167A55. Grayscale: #A7A7A7. Windows color (decimal): -1473110 or 11175401. OLE color: 11175401.

HSL color Cylindrical-coordinate representation of color #E985AA: hue angle of 337.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985AA is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 133 170 -
CMYK 0 0.43 0.27 0.09
HSL 337.8º 0.69% 0.72% -
HSV(B) 337.8º 0.43% 0.91% -
XYZ 49.25 37 42.58 -
YUV 167.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 233 133 170 0 0.43 0.27 0.09 337.8 0.69 0.72
Hex E9 85 AA 0 2B 1B 9 152 45 48
Octal 351 205 252 0 53 33 11 522 105 110
Binary 11101001 10000101 10101010 0 101011 11011 1001 101010010 1000101 1001000

Color Harmonies of #E985AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985AA

Black with #E985AA

Text Example


Text Example

White with #E985AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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