#EB84E5

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

Shades of Violet #EB84E5

Tints of Violet #EB84E5

Color information

#EB84E5 (or 0xEB84E5) is unknown color: approx Violet. HEX triplet: EB, 84 and E5. RGB value is (235,132,229). Sum of RGB (Red+Green+Blue) = 235+132+229=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84E5 is #147B1A. Grayscale: #ADADAD. Windows color (decimal): -1342235 or 15041771. OLE color: 15041771.

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

Color convert

RGB235132229-
CMYK00.440.030.08
HSL303.5º72.03%71.96%-
HSV(B)303.5º43.83%92.16%-
XYZ56.6639.8278.83-
YUV173.86159.12171.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 132 (51.95% from 255) = 22.15%
BLUE value IS 229 (89.84% from 255) = 38.42%
R=39.43%
G=22.15%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513222900.440.030.08303.572.0371.96
HexEB84E502C3812f4848
Octal353204345054310457110110
Binary111010111000010011100101010110011100010010111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84E5; }

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

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

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

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

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

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

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

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