#EC95E1

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

Shades of Plum #EC95E1

Tints of Plum #EC95E1

Color information

#EC95E1 (or 0xEC95E1) is unknown color: approx Plum. HEX triplet: EC, 95 and E1. RGB value is (236,149,225). Sum of RGB (Red+Green+Blue) = 236+149+225=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 149 (58.59% from 255 or 24.43% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95E1 is #136A1E. Grayscale: #B7B7B7. Windows color (decimal): -1272351 or 14783980. OLE color: 14783980.

HSL color Cylindrical-coordinate representation of color #EC95E1: hue angle of 307.59º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC95E1 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB236149225-
CMYK00.370.050.07
HSL307.59º69.6%75.49%-
HSV(B)307.59º36.86%92.55%-
XYZ58.9344.7676.77-
YUV183.68151.32165.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 149 (58.59% from 255) = 24.43%
BLUE value IS 225 (88.28% from 255) = 36.89%
R=38.69%
G=24.43%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614922500.370.050.07307.5969.675.49
HexEC95E102557134464b
Octal35422534104557464106113
Binary111011001001010111100001010010110111110011010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC95E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC95E1; }

 p { color: rgb(236,149,225); }

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

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

 a { background-color: rgb(236,149,225); }

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

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

 span { border-color: rgb(236,149,225); }

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