Html Css Color HEX #E986A4 Mauvelous

📋 copy color: '#E986A4'

red 233 ◦ green 134 ◦ blue 164

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

Shades of Mauvelous #E986A4

Tints of Mauvelous #E986A4

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.24%

 BLUE value IS 164 (64.45% from 255) = 30.89%

R = 43.88%
G = 25.24%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E986A4 (or 0xE986A4) is known color: Mauvelous. HEX triplet: E9, 86 and A4. RGB value is (233,134,164). Sum of RGB (Red+Green+Blue) = 233+134+164=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E986A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E986A4 is #16795B. Grayscale: #A6A6A6. Windows color (decimal): -1472860 or 10782441. OLE color: 10782441.

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

Color convert

RGB 233 134 164 -
CMYK 0 0.42 0.30 0.09
HSL 341.82º 0.69% 0.72% -
HSV(B) 341.82º 0.42% 0.91% -
XYZ 48.83 37.05 39.7 -
YUV 167.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 233 134 164 0 0.42 0.30 0.09 341.82 0.69 0.72
Hex E9 86 A4 0 2A 1E 9 156 45 48
Octal 351 206 244 0 52 36 11 526 105 110
Binary 11101001 10000110 10100100 0 101010 11110 1001 101010110 1000101 1001000

Color Harmonies of #E986A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986A4

Black with #E986A4

Text Example


Text Example

White with #E986A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986A4; }

 p { color: rgb(233,134,164); }

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

background-color css

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

 a { background-color: rgb(233,134,164); }

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

border-color css

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

 span { border-color: rgb(233,134,164); }

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