#ED7AEE

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

Shades of Violet #ED7AEE

Tints of Violet #ED7AEE

Color information

#ED7AEE (or 0xED7AEE) is unknown color: approx Violet. HEX triplet: ED, 7A and EE. RGB value is (237,122,238). Sum of RGB (Red+Green+Blue) = 237+122+238=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 122 (48.05% from 255 or 20.44% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED7AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7AEE is #128511. Grayscale: #A9A9A9. Windows color (decimal): -1213714 or 15629037. OLE color: 15629037.

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

Color convert

RGB237122238-
CMYK0.000.4900.07
HSL299.48º77.33%70.59%-
HSV(B)299.48º48.74%93.33%-
XYZ57.3238.185.22-
YUV169.61166.6176.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.70%
GREEN value IS 122 (48.05% from 255) = 20.44%
BLUE value IS 238 (93.36% from 255) = 39.87%
R=39.70%
G=20.44%
B=39.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371222380.000.4900.07299.4877.3370.59
HexED7AEE0310712b4d47
Octal35517235606107453115107
Binary111011011111010111011100110001011110010101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7AEE; }

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

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

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

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

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

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

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

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