#EB84AF

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

Shades of Mauvelous #EB84AF

Tints of Mauvelous #EB84AF

Color information

#EB84AF (or 0xEB84AF) is unknown color: approx Mauvelous. HEX triplet: EB, 84 and AF. RGB value is (235,132,175). Sum of RGB (Red+Green+Blue) = 235+132+175=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB84AF is #147B50. Grayscale: #A7A7A7. Windows color (decimal): -1342289 or 11502827. OLE color: 11502827.

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

Color convert

RGB235132175-
CMYK00.440.260.08
HSL334.95º72.03%71.96%-
HSV(B)334.95º43.83%92.16%-
XYZ50.2537.2645.1-
YUV167.7132.12176-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=43.36%
G=24.35%
B=32.29%

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
Decimal23513217500.440.260.08334.9572.0371.96
HexEB84AF02C1A814f4848
Octal3532042570543210517110110
Binary111010111000010010101111010110011010100010100111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84AF; }

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

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

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

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

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

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

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

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