#eb84ed

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

Shades of Violet #EB84ED

Tints of Violet #EB84ED

Color information

#EB84ED (or 0xEB84ED) is unknown color: approx Violet. HEX triplet: EB, 84 and ED. RGB value is (235,132,237). Sum of RGB (Red+Green+Blue) = 235+132+237=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB84ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB84ED is #147B12. Grayscale: #AEAEAE. Windows color (decimal): -1342227 or 15566059. OLE color: 15566059.

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

Color convert

RGB235132237-
CMYK0.010.4400.07
HSL298.86º74.47%72.35%-
HSV(B)298.86º44.3%92.94%-
XYZ57.840.2884.85-
YUV174.77163.12170.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 132 (51.95% from 255) = 21.85%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=38.91%
G=21.85%
B=39.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351322370.010.4400.07298.8674.4772.35
HexEB84ED12C0712b4a48
Octal35320435515407453112110
Binary1110101110000100111011011101100011110010101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb84ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb84ed; }

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

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

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

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

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

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

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

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