#EB9DE4

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

Shades of Plum #EB9DE4

Tints of Plum #EB9DE4

Color information

#EB9DE4 (or 0xEB9DE4) is unknown color: approx Plum. HEX triplet: EB, 9D and E4. RGB value is (235,157,228). Sum of RGB (Red+Green+Blue) = 235+157+228=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DE4 is #14621B. Grayscale: #BCBCBC. Windows color (decimal): -1335836 or 14982635. OLE color: 14982635.

HSL color Cylindrical-coordinate representation of color #EB9DE4: hue angle of 305.38º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9DE4 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235157228-
CMYK00.330.030.08
HSL305.38º66.1%76.86%-
HSV(B)305.38º33.19%92.16%-
XYZ60.3247.3879.36-
YUV188.42150.34161.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 157 (61.72% from 255) = 25.32%
BLUE value IS 228 (89.45% from 255) = 36.77%
R=37.90%
G=25.32%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515722800.330.030.08305.3866.176.86
HexEB9DE402138131424d
Octal353235344041310461102115
Binary111010111001110111100100010000111100010011000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DE4; }

 p { color: rgb(235,157,228); }

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

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

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

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

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

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

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