#EC988E

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

Shades of Sweet Pink #EC988E

Tints of Sweet Pink #EC988E

Color information

#EC988E (or 0xEC988E) is unknown color: approx Sweet Pink. HEX triplet: EC, 98 and 8E. RGB value is (236,152,142). Sum of RGB (Red+Green+Blue) = 236+152+142=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC988E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC988E is #136771. Grayscale: #B0B0B0. Windows color (decimal): -1271666 or 9345260. OLE color: 9345260.

HSL color Cylindrical-coordinate representation of color #EC988E: hue angle of 6.38º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC988E is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236152142-
CMYK00.360.400.07
HSL6.38º71.21%74.12%-
HSV(B)6.38º39.83%92.55%-
XYZ50.742.2431.07-
YUV175.98108.83170.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=44.53%
G=28.68%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615214200.360.400.076.3871.2174.12
HexEC988E0242876474a
Octal3542302160445076107112
Binary111011001001100010001110010010010100011111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC988E; }

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

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

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

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

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

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

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

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