#EB98EB

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

Shades of Plum #EB98EB

Tints of Plum #EB98EB

Color information

#EB98EB (or 0xEB98EB) is unknown color: approx Plum. HEX triplet: EB, 98 and EB. RGB value is (235,152,235). Sum of RGB (Red+Green+Blue) = 235+152+235=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 152 (59.77% from 255 or 24.44% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EB98EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB98EB is #146714. Grayscale: #BABABA. Windows color (decimal): -1337109 or 15440107. OLE color: 15440107.

HSL color Cylindrical-coordinate representation of color #EB98EB: hue angle of 300º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB98EB is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235152235-
CMYK00.3500.08
HSL300º67.48%75.88%-
HSV(B)300º35.32%92.16%-
XYZ60.4846.1284.31-
YUV186.28155.5162.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 152 (59.77% from 255) = 24.44%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=37.78%
G=24.44%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515223500.3500.0830067.4875.88
HexEB98EB0230812c434c
Octal353230353043010454103114
Binary11101011100110001110101101000110100010010110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98EB; }

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

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

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

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

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

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

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

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