Html Css Color HEX #EC988E Sweet Pink

📋 copy color: '#EC988E'

red 236 ◦ green 152 ◦ blue 142

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

Shades of Sweet Pink #EC988E

Tints of Sweet Pink #EC988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.79%

R = 44.53%
G = 28.68%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC988E (or 0xEC988E) is known color: Sweet Pink. HEX triplet: EC, 98 and 8E. RGB value is (236,152,142). Sum of RGB (Red+Green+Blue) = 236+152+142=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC988E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC988E is #136771. Grayscale: #B0B0B0. Windows color (decimal): -1271666 or 9345260. OLE color: 9345260.

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

Color convert

RGB 236 152 142 -
CMYK 0 0.36 0.40 0.07
HSL 6.38º 0.71% 0.74% -
HSV(B) 6.38º 0.4% 0.93% -
XYZ 50.7 42.24 31.07 -
YUV 175.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 236 152 142 0 0.36 0.40 0.07 6.38 0.71 0.74
Hex EC 98 8E 0 24 28 7 6 47 4A
Octal 354 230 216 0 44 50 7 6 107 112
Binary 11101100 10011000 10001110 0 100100 101000 111 110 1000111 1001010

Color Harmonies of #EC988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC988E

Black with #EC988E

Text Example


Text Example

White with #EC988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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