#EB7BEE

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

Shades of Violet #EB7BEE

Tints of Violet #EB7BEE

Color information

#EB7BEE (or 0xEB7BEE) is unknown color: approx Violet. HEX triplet: EB, 7B and EE. RGB value is (235,123,238). Sum of RGB (Red+Green+Blue) = 235+123+238=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB7BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7BEE is #148411. Grayscale: #A9A9A9. Windows color (decimal): -1344530 or 15629291. OLE color: 15629291.

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

Color convert

RGB235123238-
CMYK0.010.4800.07
HSL298.43º77.18%70.78%-
HSV(B)298.43º48.32%93.33%-
XYZ56.783885.23-
YUV169.6166.61174.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 123 (48.44% from 255) = 20.64%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=39.43%
G=20.64%
B=39.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351232380.010.4800.07298.4377.1870.78
HexEB7BEE1300712a4d47
Octal35317335616007452115107
Binary111010111111011111011101110000011110010101010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7BEE; }

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

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

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

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

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

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

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

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