#EC95E6

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

Shades of Plum #EC95E6

Tints of Plum #EC95E6

Color information

#EC95E6 (or 0xEC95E6) is unknown color: approx Plum. HEX triplet: EC, 95 and E6. RGB value is (236,149,230). Sum of RGB (Red+Green+Blue) = 236+149+230=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC95E6 is #136A19. Grayscale: #B8B8B8. Windows color (decimal): -1272346 or 15111660. OLE color: 15111660.

HSL color Cylindrical-coordinate representation of color #EC95E6: hue angle of 304.14º 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 #EC95E6 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236149230-
CMYK00.370.030.07
HSL304.14º69.6%75.49%-
HSV(B)304.14º36.86%92.55%-
XYZ59.6245.0480.41-
YUV184.25153.82164.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 149 (58.59% from 255) = 24.23%
BLUE value IS 230 (90.23% from 255) = 37.40%
R=38.37%
G=24.23%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614923000.370.030.07304.1469.675.49
HexEC95E602537130464b
Octal35422534604537460106113
Binary11101100100101011110011001001011111110011000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC95E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC95E6; }

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

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

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

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

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

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

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

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