Html Css Color HEX #EC8C8C Sweet Pink

📋 copy color: '#EC8C8C'

red 236 ◦ green 140 ◦ blue 140

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

Shades of Sweet Pink #EC8C8C

Tints of Sweet Pink #EC8C8C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.13%

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

R = 45.74%
G = 27.13%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC8C8C (or 0xEC8C8C) is known color: Sweet Pink. HEX triplet: EC, 8C and 8C. RGB value is (236,140,140). Sum of RGB (Red+Green+Blue) = 236+140+140=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8C8C is #137373. Grayscale: #A8A8A8. Windows color (decimal): -1274740 or 9211116. OLE color: 9211116.

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

Color convert

RGB 236 140 140 -
CMYK 0 0.41 0.41 0.07
HSL 0.72% 0.74% -
HSV(B) 0.41% 0.93% -
XYZ 48.7 38.48 29.67 -
YUV 168.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 236 140 140 0 0.41 0.41 0.07 0 0.72 0.74
Hex EC 8C 8C 0 29 29 7 0 48 4A
Octal 354 214 214 0 51 51 7 0 110 112
Binary 11101100 10001100 10001100 0 101001 101001 111 0 1001000 1001010

Color Harmonies of #EC8C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C8C

Black with #EC8C8C

Text Example


Text Example

White with #EC8C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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