#EB98EE

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

Shades of Violet #EB98EE

Tints of Violet #EB98EE

Color information

#EB98EE (or 0xEB98EE) is unknown color: approx Violet. HEX triplet: EB, 98 and EE. RGB value is (235,152,238). Sum of RGB (Red+Green+Blue) = 235+152+238=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB98EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB98EE is #146711. Grayscale: #BABABA. Windows color (decimal): -1337106 or 15636715. OLE color: 15636715.

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

Color convert

RGB235152238-
CMYK0.010.3600.07
HSL297.91º71.67%76.47%-
HSV(B)297.91º36.13%93.33%-
XYZ60.9246.2986.61-
YUV186.62157162.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 152 (59.77% from 255) = 24.32%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=37.6%
G=24.32%
B=38.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351522380.010.3600.07297.9171.6776.47
HexEB98EE1240712a484c
Octal35323035614407452110114
Binary1110101110011000111011101100100011110010101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98EE; }

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

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

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

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

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

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

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

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