#EB8CAA

Color #EB8CAA Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #EB8CAA

Tints of Mauvelous #EB8CAA

Color information

#EB8CAA (or 0xEB8CAA) is unknown color: approx Mauvelous. HEX triplet: EB, 8C and AA. RGB value is (235,140,170). Sum of RGB (Red+Green+Blue) = 235+140+170=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8CAA is #147355. Grayscale: #ABABAB. Windows color (decimal): -1340246 or 11177195. OLE color: 11177195.

HSL color Cylindrical-coordinate representation of color #EB8CAA: hue angle of 341.05º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8CAA is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235140170-
CMYK00.400.280.08
HSL341.05º70.37%73.53%-
HSV(B)341.05º40.43%92.16%-
XYZ50.8939.3242.94-
YUV171.82126.97173.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=43.12%
G=25.69%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514017000.400.280.08341.0570.3773.53
HexEB8CAA0281C8155464a
Octal3532142520503410525106112
Binary111010111000110010101010010100011100100010101010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8CAA; }

 p { color: rgb(235,140,170); }

 H1.HeaderClassName
 {
   color: #EB8CAA;
 }
 .AnyTagClassName
 {
   color: #EB8CAA;
 }
</style>
background-color css

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

 a { background-color: rgb(235,140,170); }

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

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

 span { border-color: rgb(235,140,170); }

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