#EB8AA8

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

Shades of Mauvelous #EB8AA8

Tints of Mauvelous #EB8AA8

Color information

#EB8AA8 (or 0xEB8AA8) is unknown color: approx Mauvelous. HEX triplet: EB, 8A and A8. RGB value is (235,138,168). Sum of RGB (Red+Green+Blue) = 235+138+168=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8AA8 is #147557. Grayscale: #AAAAAA. Windows color (decimal): -1340760 or 11045611. OLE color: 11045611.

HSL color Cylindrical-coordinate representation of color #EB8AA8: hue angle of 341.44º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8AA8 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235138168-
CMYK00.410.290.08
HSL341.44º70.8%73.14%-
HSV(B)341.44º41.28%92.16%-
XYZ50.4238.6741.85-
YUV170.42126.64174.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 138 (54.30% from 255) = 25.51%
BLUE value IS 168 (66.02% from 255) = 31.05%
R=43.44%
G=25.51%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513816800.410.290.08341.4470.873.14
HexEB8AA80291D81554749
Octal3532122500513510525107111
Binary111010111000101010101000010100111101100010101010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AA8; }

 p { color: rgb(235,138,168); }

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

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

 a { background-color: rgb(235,138,168); }

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

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

 span { border-color: rgb(235,138,168); }

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