#ED98EE

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

Shades of Violet #ED98EE

Tints of Violet #ED98EE

Color information

#ED98EE (or 0xED98EE) is unknown color: approx Violet. HEX triplet: ED, 98 and EE. RGB value is (237,152,238). Sum of RGB (Red+Green+Blue) = 237+152+238=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 152 (59.77% from 255 or 24.24% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED98EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED98EE is #126711. Grayscale: #BABABA. Windows color (decimal): -1206034 or 15636717. OLE color: 15636717.

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

Color convert

RGB237152238-
CMYK0.000.3600.07
HSL299.3º71.67%76.47%-
HSV(B)299.3º36.13%93.33%-
XYZ61.5946.6386.64-
YUV187.22156.66163.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 152 (59.77% from 255) = 24.24%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=37.80%
G=24.24%
B=37.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371522380.000.3600.07299.371.6776.47
HexED98EE0240712b484c
Octal35523035604407453110114
Binary1110110110011000111011100100100011110010101110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98EE; }

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

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

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

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

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

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

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

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