#EB98A6

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

Shades of Mauvelous #EB98A6

Tints of Mauvelous #EB98A6

Color information

#EB98A6 (or 0xEB98A6) is unknown color: approx Mauvelous. HEX triplet: EB, 98 and A6. RGB value is (235,152,166). Sum of RGB (Red+Green+Blue) = 235+152+166=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB98A6 is #146759. Grayscale: #B2B2B2. Windows color (decimal): -1337178 or 10918123. OLE color: 10918123.

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

Color convert

RGB235152166-
CMYK00.350.290.08
HSL349.88º67.48%75.88%-
HSV(B)349.88º35.32%92.16%-
XYZ52.3742.8741.59-
YUV178.41121168.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 166 (65.23% from 255) = 30.02%
R=42.50%
G=27.49%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515216600.350.290.08349.8867.4875.88
HexEB98A60231D815e434c
Octal3532302460433510536103114
Binary111010111001100010100110010001111101100010101111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98A6; }

 p { color: rgb(235,152,166); }

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

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

 a { background-color: rgb(235,152,166); }

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

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

 span { border-color: rgb(235,152,166); }

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