#EB84AE

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

Shades of Mauvelous #EB84AE

Tints of Mauvelous #EB84AE

Color information

#EB84AE (or 0xEB84AE) is unknown color: approx Mauvelous. HEX triplet: EB, 84 and AE. RGB value is (235,132,174). Sum of RGB (Red+Green+Blue) = 235+132+174=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB84AE is #147B51. Grayscale: #A7A7A7. Windows color (decimal): -1342290 or 11437291. OLE color: 11437291.

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

Color convert

RGB235132174-
CMYK00.440.260.08
HSL335.53º72.03%71.96%-
HSV(B)335.53º43.83%92.16%-
XYZ50.1537.2244.59-
YUV167.58131.62176.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 132 (51.95% from 255) = 24.40%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=43.44%
G=24.40%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513217400.440.260.08335.5372.0371.96
HexEB84AE02C1A81504848
Octal3532042560543210520110110
Binary111010111000010010101110010110011010100010101000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84AE; }

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

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

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

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

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

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

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

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