#EB84A6

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

Shades of Mauvelous #EB84A6

Tints of Mauvelous #EB84A6

Color information

#EB84A6 (or 0xEB84A6) is unknown color: approx Mauvelous. HEX triplet: EB, 84 and A6. RGB value is (235,132,166). Sum of RGB (Red+Green+Blue) = 235+132+166=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB84A6 is #147B59. Grayscale: #A6A6A6. Windows color (decimal): -1342298 or 10913003. OLE color: 10913003.

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

Color convert

RGB235132166-
CMYK00.440.290.08
HSL340.19º72.03%71.96%-
HSV(B)340.19º43.83%92.16%-
XYZ49.436.9240.6-
YUV166.67127.62176.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 132 (51.95% from 255) = 24.77%
BLUE value IS 166 (65.23% from 255) = 31.14%
R=44.09%
G=24.77%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513216600.440.290.08340.1972.0371.96
HexEB84A602C1D81544848
Octal3532042460543510524110110
Binary111010111000010010100110010110011101100010101010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84A6; }

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

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

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

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

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

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

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

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