#EB92F0

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

Shades of Violet #EB92F0

Tints of Violet #EB92F0

Color information

#EB92F0 (or 0xEB92F0) is unknown color: approx Violet. HEX triplet: EB, 92 and F0. RGB value is (235,146,240). Sum of RGB (Red+Green+Blue) = 235+146+240=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 146 (57.42% from 255 or 23.51% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB92F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB92F0 is #146D0F. Grayscale: #B7B7B7. Windows color (decimal): -1338640 or 15766251. OLE color: 15766251.

HSL color Cylindrical-coordinate representation of color #EB92F0: hue angle of 296.81º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB92F0 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235146240-
CMYK0.020.3900.06
HSL296.81º75.81%75.69%-
HSV(B)296.81º39.17%94.12%-
XYZ60.2744.5187.85-
YUV183.33159.99164.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 146 (57.42% from 255) = 23.51%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=37.84%
G=23.51%
B=38.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351462400.020.3900.06296.8175.8175.69
HexEB92F0227061294c4c
Octal35322236024706451114114
Binary11101011100100101111000010100111011010010100110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB92F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB92F0; }

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

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

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

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

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

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

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

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