#EB98E1

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

Shades of Plum #EB98E1

Tints of Plum #EB98E1

Color information

#EB98E1 (or 0xEB98E1) is unknown color: approx Plum. HEX triplet: EB, 98 and E1. RGB value is (235,152,225). Sum of RGB (Red+Green+Blue) = 235+152+225=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98E1 is #14671E. Grayscale: #B8B8B8. Windows color (decimal): -1337119 or 14784747. OLE color: 14784747.

HSL color Cylindrical-coordinate representation of color #EB98E1: hue angle of 307.23º 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 #EB98E1 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235152225-
CMYK00.350.040.08
HSL307.23º67.48%75.88%-
HSV(B)307.23º35.32%92.16%-
XYZ59.0845.5576.91-
YUV185.14150.5163.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 152 (59.77% from 255) = 24.84%
BLUE value IS 225 (88.28% from 255) = 36.76%
R=38.40%
G=24.84%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515222500.350.040.08307.2367.4875.88
HexEB98E102348133434c
Octal353230341043410463103114
Binary1110101110011000111000010100011100100010011001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98E1; }

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

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

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

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

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

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

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

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