#EB84E6

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

Shades of Violet #EB84E6

Tints of Violet #EB84E6

Color information

#EB84E6 (or 0xEB84E6) is unknown color: approx Violet. HEX triplet: EB, 84 and E6. RGB value is (235,132,230). Sum of RGB (Red+Green+Blue) = 235+132+230=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB84E6 is #147B19. Grayscale: #ADADAD. Windows color (decimal): -1342234 or 15107307. OLE color: 15107307.

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

Color convert

RGB235132230-
CMYK00.440.020.08
HSL302.91º72.03%71.96%-
HSV(B)302.91º43.83%92.16%-
XYZ56.839.8879.57-
YUV173.97159.62171.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 132 (51.95% from 255) = 22.11%
BLUE value IS 230 (90.23% from 255) = 38.53%
R=39.36%
G=22.11%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513223000.440.020.08302.9172.0371.96
HexEB84E602C2812f4848
Octal353204346054210457110110
Binary111010111000010011100110010110010100010010111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84E6; }

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

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

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

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

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

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

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

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