#ED9AEE

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

Shades of Violet #ED9AEE

Tints of Violet #ED9AEE

Color information

#ED9AEE (or 0xED9AEE) is unknown color: approx Violet. HEX triplet: ED, 9A and EE. RGB value is (237,154,238). Sum of RGB (Red+Green+Blue) = 237+154+238=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 154 (60.55% from 255 or 24.48% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED9AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9AEE is #126511. Grayscale: #BCBCBC. Windows color (decimal): -1205522 or 15637229. OLE color: 15637229.

HSL color Cylindrical-coordinate representation of color #ED9AEE: hue angle of 299.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9AEE is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237154238-
CMYK0.000.3500.07
HSL299.29º71.19%76.86%-
HSV(B)299.29º35.29%93.33%-
XYZ61.9147.2986.75-
YUV188.39156162.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 154 (60.55% from 255) = 24.48%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=37.68%
G=24.48%
B=37.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371542380.000.3500.07299.2971.1976.86
HexED9AEE0230712b474d
Octal35523235604307453107115
Binary1110110110011010111011100100011011110010101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AEE; }

 p { color: rgb(237,154,238); }

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

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

 a { background-color: rgb(237,154,238); }

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

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

 span { border-color: rgb(237,154,238); }

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