#EB84E2

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

Shades of Violet #EB84E2

Tints of Violet #EB84E2

Color information

#EB84E2 (or 0xEB84E2) is unknown color: approx Violet. HEX triplet: EB, 84 and E2. RGB value is (235,132,226). Sum of RGB (Red+Green+Blue) = 235+132+226=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84E2 is #147B1D. Grayscale: #ADADAD. Windows color (decimal): -1342238 or 14845163. OLE color: 14845163.

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

Color convert

RGB235132226-
CMYK00.440.040.08
HSL305.24º72.03%71.96%-
HSV(B)305.24º43.83%92.16%-
XYZ56.2439.6676.64-
YUV173.51157.62171.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 132 (51.95% from 255) = 22.26%
BLUE value IS 226 (88.67% from 255) = 38.11%
R=39.63%
G=22.26%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513222600.440.040.08305.2472.0371.96
HexEB84E202C481314848
Octal353204342054410461110110
Binary1110101110000100111000100101100100100010011000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84E2; }

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

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

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

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

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

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

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

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