#ED97EA

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

Shades of Violet #ED97EA

Tints of Violet #ED97EA

Color information

#ED97EA (or 0xED97EA) is unknown color: approx Violet. HEX triplet: ED, 97 and EA. RGB value is (237,151,234). Sum of RGB (Red+Green+Blue) = 237+151+234=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 151 (59.38% from 255 or 24.28% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED97EA is #126815. Grayscale: #B9B9B9. Windows color (decimal): -1206294 or 15374317. OLE color: 15374317.

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

Color convert

RGB237151234-
CMYK00.360.010.07
HSL302.09º70.49%76.08%-
HSV(B)302.09º36.29%92.94%-
XYZ60.8446.0883.53-
YUV186.18154.99164.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 151 (59.38% from 255) = 24.28%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=38.10%
G=24.28%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715123400.360.010.07302.0970.4976.08
HexED97EA0241712e464c
Octal35522735204417456106114
Binary1110110110010111111010100100100111110010111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97EA; }

 p { color: rgb(237,151,234); }

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

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

 a { background-color: rgb(237,151,234); }

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

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

 span { border-color: rgb(237,151,234); }

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