#EC938D

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

Shades of Sweet Pink #EC938D

Tints of Sweet Pink #EC938D

Color information

#EC938D (or 0xEC938D) is unknown color: approx Sweet Pink. HEX triplet: EC, 93 and 8D. RGB value is (236,147,141). Sum of RGB (Red+Green+Blue) = 236+147+141=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC938D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC938D is #136C72. Grayscale: #ADADAD. Windows color (decimal): -1272947 or 9278444. OLE color: 9278444.

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

Color convert

RGB236147141-
CMYK00.380.400.07
HSL3.79º71.43%73.92%-
HSV(B)3.79º40.25%92.55%-
XYZ49.8340.6230.41-
YUV172.93109.99172.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.04%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=45.04%
G=28.05%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614714100.380.400.073.7971.4373.92
HexEC938D0262874474a
Octal3542232150465074107112
Binary111011001001001110001101010011010100011110010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC938D; }

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

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

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

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

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

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

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

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