Html Css Color HEX #EC988C Sweet Pink

📋 copy color: '#EC988C'

red 236 ◦ green 152 ◦ blue 140

#EC988C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Pink #EC988C

Tints of Sweet Pink #EC988C

RGB

 RED value IS 236 (92.58% from 255) = 44.7%

 GREEN value IS 152 (59.77% from 255) = 28.79%

 BLUE value IS 140 (55.08% from 255) = 26.52%

R = 44.7%
G = 28.79%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC988C (or 0xEC988C) is known color: Sweet Pink. HEX triplet: EC, 98 and 8C. RGB value is (236,152,140). Sum of RGB (Red+Green+Blue) = 236+152+140=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC988C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC988C is #136773. Grayscale: #AFAFAF. Windows color (decimal): -1271668 or 9214188. OLE color: 9214188.

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

Color convert

RGB 236 152 140 -
CMYK 0 0.36 0.41 0.07
HSL 7.5º 0.72% 0.74% -
HSV(B) 7.5º 0.41% 0.93% -
XYZ 50.55 42.18 30.29 -
YUV 175.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 236 152 140 0 0.36 0.41 0.07 7.5 0.72 0.74
Hex EC 98 8C 0 24 29 7 8 48 4A
Octal 354 230 214 0 44 51 7 10 110 112
Binary 11101100 10011000 10001100 0 100100 101001 111 1000 1001000 1001010

Color Harmonies of #EC988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC988C

Black with #EC988C

Text Example


Text Example

White with #EC988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC988C; }

 p { color: rgb(236,152,140); }

 H1.HeaderClassName
 {
   color: #EC988C;
 }
 .AnyTagClassName
 {
   color: #EC988C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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