#ED8CEB

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

Shades of Violet #ED8CEB

Tints of Violet #ED8CEB

Color information

#ED8CEB (or 0xED8CEB) is unknown color: approx Violet. HEX triplet: ED, 8C and EB. RGB value is (237,140,235). Sum of RGB (Red+Green+Blue) = 237+140+235=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CEB is #127314. Grayscale: #B3B3B3. Windows color (decimal): -1209109 or 15437037. OLE color: 15437037.

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

Color convert

RGB237140235-
CMYK00.410.010.07
HSL301.24º72.93%73.92%-
HSV(B)301.24º40.93%92.94%-
XYZ59.342.7683.73-
YUV179.83159.14168.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 140 (55.08% from 255) = 22.88%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=38.73%
G=22.88%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714023500.410.010.07301.2472.9373.92
HexED8CEB0291712d494a
Octal35521435305117455111112
Binary1110110110001100111010110101001111110010110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8CEB; }

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

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

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

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

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

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

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

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