#EB98A7

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

Shades of Mauvelous #EB98A7

Tints of Mauvelous #EB98A7

Color information

#EB98A7 (or 0xEB98A7) is unknown color: approx Mauvelous. HEX triplet: EB, 98 and A7. RGB value is (235,152,167). Sum of RGB (Red+Green+Blue) = 235+152+167=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB98A7 is #146758. Grayscale: #B2B2B2. Windows color (decimal): -1337177 or 10983659. OLE color: 10983659.

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

Color convert

RGB235152167-
CMYK00.350.290.08
HSL349.16º67.48%75.88%-
HSV(B)349.16º35.32%92.16%-
XYZ52.4642.9142.08-
YUV178.53121.5168.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 152 (59.77% from 255) = 27.44%
BLUE value IS 167 (65.62% from 255) = 30.14%
R=42.42%
G=27.44%
B=30.14%

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
Decimal23515216700.350.290.08349.1667.4875.88
HexEB98A70231D815d434c
Octal3532302470433510535103114
Binary111010111001100010100111010001111101100010101110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98A7; }

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

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

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

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

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

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

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

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