Html Css Color HEX #EC9D9B Sweet Pink

📋 copy color: '#EC9D9B'

red 236 ◦ green 157 ◦ blue 155

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

Shades of Sweet Pink #EC9D9B

Tints of Sweet Pink #EC9D9B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.65%

 BLUE value IS 155 (60.94% from 255) = 28.28%

R = 43.07%
G = 28.65%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC9D9B (or 0xEC9D9B) is known color: Sweet Pink. HEX triplet: EC, 9D and 9B. RGB value is (236,157,155). Sum of RGB (Red+Green+Blue) = 236+157+155=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9D9B is #136264. Grayscale: #B4B4B4. Windows color (decimal): -1270373 or 10198508. OLE color: 10198508.

HSL color Cylindrical-coordinate representation of color #EC9D9B: hue angle of 1.48º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9D9B is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 157 155 -
CMYK 0 0.33 0.34 0.07
HSL 1.48º 0.68% 0.77% -
HSV(B) 1.48º 0.34% 0.93% -
XYZ 52.57 44.31 36.79 -
YUV 180.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 236 157 155 0 0.33 0.34 0.07 1.48 0.68 0.77
Hex EC 9D 9B 0 21 22 7 1 44 4D
Octal 354 235 233 0 41 42 7 1 104 115
Binary 11101100 10011101 10011011 0 100001 100010 111 1 1000100 1001101

Color Harmonies of #EC9D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D9B

Black with #EC9D9B

Text Example


Text Example

White with #EC9D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D9B; }

 p { color: rgb(236,157,155); }

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

background-color css

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

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

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

border-color css

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

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

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