#EC918D

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

Shades of Sweet Pink #EC918D

Tints of Sweet Pink #EC918D

Color information

#EC918D (or 0xEC918D) is unknown color: approx Sweet Pink. HEX triplet: EC, 91 and 8D. RGB value is (236,145,141). Sum of RGB (Red+Green+Blue) = 236+145+141=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC918D is #136E72. Grayscale: #ABABAB. Windows color (decimal): -1273459 or 9277932. OLE color: 9277932.

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

Color convert

RGB236145141-
CMYK00.390.400.07
HSL2.53º71.43%73.92%-
HSV(B)2.53º40.25%92.55%-
XYZ49.5340.0130.31-
YUV171.75110.65173.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=45.21%
G=27.78%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614514100.390.400.072.5371.4373.92
HexEC918D0272873474a
Octal3542212150475073107112
Binary11101100100100011000110101001111010001111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC918D; }

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

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

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

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

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

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

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

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