#EB92E7

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

Shades of Violet #EB92E7

Tints of Violet #EB92E7

Color information

#EB92E7 (or 0xEB92E7) is unknown color: approx Violet. HEX triplet: EB, 92 and E7. RGB value is (235,146,231). Sum of RGB (Red+Green+Blue) = 235+146+231=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EB92E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB92E7 is #146D18. Grayscale: #B6B6B6. Windows color (decimal): -1338649 or 15176427. OLE color: 15176427.

HSL color Cylindrical-coordinate representation of color #EB92E7: hue angle of 302.7º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB92E7 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235146231-
CMYK00.380.020.08
HSL302.7º68.99%74.71%-
HSV(B)302.7º37.87%92.16%-
XYZ58.9643.9980.98-
YUV182.3155.49165.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 146 (57.42% from 255) = 23.86%
BLUE value IS 231 (90.62% from 255) = 37.75%
R=38.40%
G=23.86%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514623100.380.020.08302.768.9974.71
HexEB92E70262812f454b
Octal353222347046210457105113
Binary111010111001001011100111010011010100010010111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB92E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB92E7; }

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

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

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

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

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

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

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

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