#EE98ED

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

Shades of Violet #EE98ED

Tints of Violet #EE98ED

Color information

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

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

Color convert

RGB238152237-
CMYK00.360.000.07
HSL300.7º71.67%76.47%-
HSV(B)300.7º36.13%93.33%-
XYZ61.7746.7585.89-
YUV187.4155.99164.09-

RGB Variations

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

RGB

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

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
Decimal23815223700.360.000.07300.771.6776.47
HexEE98ED0240712d484c
Octal35623035504407455110114
Binary1110111010011000111011010100100011110010110110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE98ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE98ED; }

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

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

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

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

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

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

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

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