#ED92EB

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

Shades of Violet #ED92EB

Tints of Violet #ED92EB

Color information

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

HSL color Cylindrical-coordinate representation of color #ED92EB: hue angle of 301.32º 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 #ED92EB is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237146235-
CMYK00.380.010.07
HSL301.32º71.65%75.1%-
HSV(B)301.32º38.4%92.94%-
XYZ60.244.5684.03-
YUV183.36157.15166.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714623500.380.010.07301.3271.6575.1
HexED92EB0261712d484b
Octal35522235304617455110113
Binary1110110110010010111010110100110111110010110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED92EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED92EB; }

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

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

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

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

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

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

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

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