#EC8888

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

Shades of Sweet Pink #EC8888

Tints of Sweet Pink #EC8888

Color information

#EC8888 (or 0xEC8888) is unknown color: approx Sweet Pink. HEX triplet: EC, 88 and 88. RGB value is (236,136,136). Sum of RGB (Red+Green+Blue) = 236+136+136=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8888 is #137777. Grayscale: #A6A6A6. Windows color (decimal): -1275768 or 8947948. OLE color: 8947948.

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

Color convert

RGB236136136-
CMYK00.420.420.07
HSL72.46%72.94%-
HSV(B)42.37%92.55%-
XYZ47.8437.2227.96-
YUV165.9111.13178-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.46%
GREEN value IS 136 (53.52% from 255) = 26.77%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=46.46%
G=26.77%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613613600.420.420.07072.4672.94
HexEC888802A2A704849
Octal3542102100525270110111
Binary1110110010001000100010000101010101010111010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8888; }

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

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

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

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

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

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

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

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