#EC998D

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

Shades of Sweet Pink #EC998D

Tints of Sweet Pink #EC998D

Color information

#EC998D (or 0xEC998D) is unknown color: approx Sweet Pink. HEX triplet: EC, 99 and 8D. RGB value is (236,153,141). Sum of RGB (Red+Green+Blue) = 236+153+141=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC998D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC998D is #136672. Grayscale: #B0B0B0. Windows color (decimal): -1271411 or 9279980. OLE color: 9279980.

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

Color convert

RGB236153141-
CMYK00.350.400.07
HSL7.58º71.43%73.92%-
HSV(B)7.58º40.25%92.55%-
XYZ50.7942.5430.73-
YUV176.45108170.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 141 (55.47% from 255) = 26.60%
R=44.53%
G=28.87%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615314100.350.400.077.5871.4373.92
HexEC998D0232878474a
Octal35423121504350710107112
Binary1110110010011001100011010100011101000111100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC998D; }

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

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

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

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

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

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

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

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