#ED98EC

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

Shades of Violet #ED98EC

Tints of Violet #ED98EC

Color information

#ED98EC (or 0xED98EC) is unknown color: approx Violet. HEX triplet: ED, 98 and EC. RGB value is (237,152,236). Sum of RGB (Red+Green+Blue) = 237+152+236=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED98EC is #126713. Grayscale: #BABABA. Windows color (decimal): -1206036 or 15505645. OLE color: 15505645.

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

Color convert

RGB237152236-
CMYK00.360.000.07
HSL300.71º70.25%76.27%-
HSV(B)300.71º35.86%92.94%-
XYZ61.2946.5285.11-
YUV186.99155.66163.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 152 (59.77% from 255) = 24.32%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=37.92%
G=24.32%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715223600.360.000.07300.7170.2576.27
HexED98EC0240712d464c
Octal35523035404407455106114
Binary1110110110011000111011000100100011110010110110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98EC; }

 p { color: rgb(237,152,236); }

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

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

 a { background-color: rgb(237,152,236); }

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

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

 span { border-color: rgb(237,152,236); }

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