#EC918B

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

Shades of Sweet Pink #EC918B

Tints of Sweet Pink #EC918B

Color information

#EC918B (or 0xEC918B) is unknown color: approx Sweet Pink. HEX triplet: EC, 91 and 8B. RGB value is (236,145,139). Sum of RGB (Red+Green+Blue) = 236+145+139=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC918B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC918B is #136E74. Grayscale: #ABABAB. Windows color (decimal): -1273461 or 9146860. OLE color: 9146860.

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

Color convert

RGB236145139-
CMYK00.390.410.07
HSL3.71º71.85%73.53%-
HSV(B)3.71º41.1%92.55%-
XYZ49.3839.9529.53-
YUV171.52109.65173.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 139 (54.69% from 255) = 26.73%
R=45.38%
G=27.88%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614513900.390.410.073.7171.8573.53
HexEC918B0272974484a
Octal3542212130475174110112
Binary111011001001000110001011010011110100111110010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC918B; }

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

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

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

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

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

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

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

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