#EB92ED

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

Shades of Violet #EB92ED

Tints of Violet #EB92ED

Color information

#EB92ED (or 0xEB92ED) is unknown color: approx Violet. HEX triplet: EB, 92 and ED. RGB value is (235,146,237). Sum of RGB (Red+Green+Blue) = 235+146+237=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB92ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB92ED is #146D12. Grayscale: #B6B6B6. Windows color (decimal): -1338643 or 15569643. OLE color: 15569643.

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

Color convert

RGB235146237-
CMYK0.010.3800.07
HSL298.68º71.65%75.1%-
HSV(B)298.68º38.4%92.94%-
XYZ59.8344.3385.52-
YUV182.98158.49165.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 146 (57.42% from 255) = 23.62%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=38.03%
G=23.62%
B=38.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351462370.010.3800.07298.6871.6575.1
HexEB92ED1260712b484b
Octal35322235514607453110113
Binary1110101110010010111011011100110011110010101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB92ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB92ED; }

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

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

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

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

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

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

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

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