#EB84A5

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

Shades of Mauvelous #EB84A5

Tints of Mauvelous #EB84A5

Color information

#EB84A5 (or 0xEB84A5) is unknown color: approx Mauvelous. HEX triplet: EB, 84 and A5. RGB value is (235,132,165). Sum of RGB (Red+Green+Blue) = 235+132+165=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB84A5 is #147B5A. Grayscale: #A6A6A6. Windows color (decimal): -1342299 or 10847467. OLE color: 10847467.

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

Color convert

RGB235132165-
CMYK00.440.300.08
HSL340.78º72.03%71.96%-
HSV(B)340.78º43.83%92.16%-
XYZ49.336.8840.12-
YUV166.56127.12176.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 132 (51.95% from 255) = 24.81%
BLUE value IS 165 (64.84% from 255) = 31.02%
R=44.17%
G=24.81%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513216500.440.300.08340.7872.0371.96
HexEB84A502C1E81554848
Octal3532042450543610525110110
Binary111010111000010010100101010110011110100010101010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84A5; }

 p { color: rgb(235,132,165); }

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

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

 a { background-color: rgb(235,132,165); }

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

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

 span { border-color: rgb(235,132,165); }

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