#EE98FD

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

Shades of Violet #EE98FD

Tints of Violet #EE98FD

Color information

#EE98FD (or 0xEE98FD) is unknown color: approx Violet. HEX triplet: EE, 98 and FD. RGB value is (238,152,253). Sum of RGB (Red+Green+Blue) = 238+152+253=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 152 (59.77% from 255 or 23.64% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE98FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE98FD is #116702. Grayscale: #BCBCBC. Windows color (decimal): -1140483 or 16619758. OLE color: 16619758.

HSL color Cylindrical-coordinate representation of color #EE98FD: hue angle of 291.09º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE98FD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238152253-
CMYK0.060.4000.01
HSL291.09º96.19%79.41%-
HSV(B)291.09º39.92%99.22%-
XYZ64.2247.7398.76-
YUV189.23163.99162.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 152 (59.77% from 255) = 23.64%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=37.01%
G=23.64%
B=39.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381522530.060.4000.01291.0996.1979.41
HexEE98FD62801123604f
Octal35623037565001443140117
Binary1110111010011000111111011101010000110010001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE98FD; }

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

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

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

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

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

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

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

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