#EC99E9

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

Shades of Plum #EC99E9

Tints of Plum #EC99E9

Color information

#EC99E9 (or 0xEC99E9) is unknown color: approx Plum. HEX triplet: EC, 99 and E9. RGB value is (236,153,233). Sum of RGB (Red+Green+Blue) = 236+153+233=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC99E9 is #136616. Grayscale: #BABABA. Windows color (decimal): -1271319 or 15309292. OLE color: 15309292.

HSL color Cylindrical-coordinate representation of color #EC99E9: hue angle of 302.17º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC99E9 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236153233-
CMYK00.350.010.07
HSL302.17º68.6%76.27%-
HSV(B)302.17º35.17%92.55%-
XYZ60.6946.582.87-
YUV186.94154163-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 153 (60.16% from 255) = 24.60%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=37.94%
G=24.60%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615323300.350.010.07302.1768.676.27
HexEC99E90231712e454c
Octal35423135104317456105114
Binary1110110010011001111010010100011111110010111010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC99E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC99E9; }

 p { color: rgb(236,153,233); }

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

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

 a { background-color: rgb(236,153,233); }

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

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

 span { border-color: rgb(236,153,233); }

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