#EB84EE

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

Shades of Violet #EB84EE

Tints of Violet #EB84EE

Color information

#EB84EE (or 0xEB84EE) is unknown color: approx Violet. HEX triplet: EB, 84 and EE. RGB value is (235,132,238). Sum of RGB (Red+Green+Blue) = 235+132+238=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 132 (51.95% from 255 or 21.82% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB84EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB84EE is #147B11. Grayscale: #AEAEAE. Windows color (decimal): -1342226 or 15631595. OLE color: 15631595.

HSL color Cylindrical-coordinate representation of color #EB84EE: hue angle of 298.3º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB84EE is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235132238-
CMYK0.010.4500.07
HSL298.3º75.71%72.55%-
HSV(B)298.3º44.54%93.33%-
XYZ57.9440.3485.62-
YUV174.88163.62170.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 132 (51.95% from 255) = 21.82%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=38.84%
G=21.82%
B=39.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351322380.010.4500.07298.375.7172.55
HexEB84EE12D0712a4c49
Octal35320435615507452114111
Binary1110101110000100111011101101101011110010101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84EE; }

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

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

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

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

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

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

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

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