Html Css Color HEX #E88CA0 Mauvelous

📋 copy color: '#E88CA0'

red 232 ◦ green 140 ◦ blue 160

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

Shades of Mauvelous #E88CA0

Tints of Mauvelous #E88CA0

RGB

 RED value IS 232 (91.02% from 255) = 43.61%

 GREEN value IS 140 (55.08% from 255) = 26.32%

 BLUE value IS 160 (62.89% from 255) = 30.08%

R = 43.61%
G = 26.32%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E88CA0 (or 0xE88CA0) is known color: Mauvelous. HEX triplet: E8, 8C and A0. RGB value is (232,140,160). Sum of RGB (Red+Green+Blue) = 232+140+160=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E88CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88CA0 is #17735F. Grayscale: #A9A9A9. Windows color (decimal): -1536864 or 10521832. OLE color: 10521832.

HSL color Cylindrical-coordinate representation of color #E88CA0: hue angle of 346.96º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88CA0 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 140 160 -
CMYK 0 0.40 0.31 0.09
HSL 346.96º 0.67% 0.73% -
HSV(B) 346.96º 0.4% 0.91% -
XYZ 49 38.45 38.1 -
YUV 169.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 232 140 160 0 0.40 0.31 0.09 346.96 0.67 0.73
Hex E8 8C A0 0 28 1F 9 15B 43 49
Octal 350 214 240 0 50 37 11 533 103 111
Binary 11101000 10001100 10100000 0 101000 11111 1001 101011011 1000011 1001001

Color Harmonies of #E88CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88CA0

Black with #E88CA0

Text Example


Text Example

White with #E88CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88CA0; }

 p { color: rgb(232,140,160); }

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

background-color css

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

 a { background-color: rgb(232,140,160); }

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

border-color css

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

 span { border-color: rgb(232,140,160); }

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