Html Css Color HEX #EC8C8A Sweet Pink

📋 copy color: '#EC8C8A'

red 236 ◦ green 140 ◦ blue 138

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

Shades of Sweet Pink #EC8C8A

Tints of Sweet Pink #EC8C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 45.91%
G = 27.24%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC8C8A (or 0xEC8C8A) is known color: Sweet Pink. HEX triplet: EC, 8C and 8A. RGB value is (236,140,138). Sum of RGB (Red+Green+Blue) = 236+140+138=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8C8A is #137375. Grayscale: #A8A8A8. Windows color (decimal): -1274742 or 9080044. OLE color: 9080044.

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

Color convert

RGB 236 140 138 -
CMYK 0 0.41 0.42 0.07
HSL 1.22º 0.72% 0.73% -
HSV(B) 1.22º 0.42% 0.93% -
XYZ 48.56 38.42 28.9 -
YUV 168.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 236 140 138 0 0.41 0.42 0.07 1.22 0.72 0.73
Hex EC 8C 8A 0 29 2A 7 1 48 49
Octal 354 214 212 0 51 52 7 1 110 111
Binary 11101100 10001100 10001010 0 101001 101010 111 1 1001000 1001001

Color Harmonies of #EC8C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C8A

Black with #EC8C8A

Text Example


Text Example

White with #EC8C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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