#EB94A4

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

Shades of Mauvelous #EB94A4

Tints of Mauvelous #EB94A4

Color information

#EB94A4 (or 0xEB94A4) is unknown color: approx Mauvelous. HEX triplet: EB, 94 and A4. RGB value is (235,148,164). Sum of RGB (Red+Green+Blue) = 235+148+164=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB94A4 is #146B5B. Grayscale: #AFAFAF. Windows color (decimal): -1338204 or 10786027. OLE color: 10786027.

HSL color Cylindrical-coordinate representation of color #EB94A4: hue angle of 348.97º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB94A4 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235148164-
CMYK00.370.300.08
HSL348.97º68.5%75.1%-
HSV(B)348.97º37.02%92.16%-
XYZ51.5541.5240.42-
YUV175.84121.32170.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 164 (64.45% from 255) = 29.98%
R=42.96%
G=27.06%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514816400.370.300.08348.9768.575.1
HexEB94A40251E815d454b
Octal3532242440453610535105113
Binary111010111001010010100100010010111110100010101110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94A4; }

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

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

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

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

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

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

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

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