#EC9A9A

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

Shades of Sweet Pink #EC9A9A

Tints of Sweet Pink #EC9A9A

Color information

#EC9A9A (or 0xEC9A9A) is unknown color: approx Sweet Pink. HEX triplet: EC, 9A and 9A. RGB value is (236,154,154). Sum of RGB (Red+Green+Blue) = 236+154+154=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A9A is #136565. Grayscale: #B2B2B2. Windows color (decimal): -1271142 or 10132204. OLE color: 10132204.

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

Color convert

RGB236154154-
CMYK00.350.350.07
HSL68.33%76.47%-
HSV(B)34.75%92.55%-
XYZ51.9843.2836.19-
YUV178.52114.17169-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 154 (60.55% from 255) = 28.31%
R=43.38%
G=28.31%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615415400.350.350.07068.3376.47
HexEC9A9A0232370444c
Octal3542322320434370104114
Binary1110110010011010100110100100011100011111010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9A9A; }

 p { color: rgb(236,154,154); }

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

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

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

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

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

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

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