#EC98E3

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

Shades of Plum #EC98E3

Tints of Plum #EC98E3

Color information

#EC98E3 (or 0xEC98E3) is unknown color: approx Plum. HEX triplet: EC, 98 and E3. RGB value is (236,152,227). Sum of RGB (Red+Green+Blue) = 236+152+227=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #EC98E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC98E3 is #13671C. Grayscale: #B9B9B9. Windows color (decimal): -1271581 or 14915820. OLE color: 14915820.

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

Color convert

RGB236152227-
CMYK00.360.040.07
HSL306.43º68.85%76.08%-
HSV(B)306.43º35.59%92.55%-
XYZ59.6945.8478.37-
YUV185.67151.33163.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 152 (59.77% from 255) = 24.72%
BLUE value IS 227 (89.06% from 255) = 36.91%
R=38.37%
G=24.72%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615222700.360.040.07306.4368.8576.08
HexEC98E302447132454c
Octal35423034304447462105114
Binary111011001001100011100011010010010011110011001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC98E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC98E3; }

 p { color: rgb(236,152,227); }

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

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

 a { background-color: rgb(236,152,227); }

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

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

 span { border-color: rgb(236,152,227); }

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