#EB98A4

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

Shades of Mauvelous #EB98A4

Tints of Mauvelous #EB98A4

Color information

#EB98A4 (or 0xEB98A4) is unknown color: approx Mauvelous. HEX triplet: EB, 98 and A4. RGB value is (235,152,164). Sum of RGB (Red+Green+Blue) = 235+152+164=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB98A4 is #14675B. Grayscale: #B2B2B2. Windows color (decimal): -1337180 or 10787051. OLE color: 10787051.

HSL color Cylindrical-coordinate representation of color #EB98A4: hue angle of 351.33º 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 #EB98A4 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235152164-
CMYK00.350.300.08
HSL351.33º67.48%75.88%-
HSV(B)351.33º35.32%92.16%-
XYZ52.1942.840.63-
YUV178.18120168.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 164 (64.45% from 255) = 29.76%
R=42.65%
G=27.59%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515216400.350.300.08351.3367.4875.88
HexEB98A40231E815f434c
Octal3532302440433610537103114
Binary111010111001100010100100010001111110100010101111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98A4; }

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

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

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

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

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

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

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

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