Html Css Color HEX #EC9B8D Tonys Pink

📋 copy color: '#EC9B8D'

red 236 ◦ green 155 ◦ blue 141

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

Shades of Tonys Pink #EC9B8D

Tints of Tonys Pink #EC9B8D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.14%

 BLUE value IS 141 (55.47% from 255) = 26.5%

R = 44.36%
G = 29.14%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC9B8D (or 0xEC9B8D) is known color: Tonys Pink. HEX triplet: EC, 9B and 8D. RGB value is (236,155,141). Sum of RGB (Red+Green+Blue) = 236+155+141=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9B8D is #136472. Grayscale: #B1B1B1. Windows color (decimal): -1270899 or 9280492. OLE color: 9280492.

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

Color convert

RGB 236 155 141 -
CMYK 0 0.34 0.40 0.07
HSL 8.84º 0.71% 0.74% -
HSV(B) 8.84º 0.4% 0.93% -
XYZ 51.12 43.2 30.84 -
YUV 177.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 236 155 141 0 0.34 0.40 0.07 8.84 0.71 0.74
Hex EC 9B 8D 0 22 28 7 9 47 4A
Octal 354 233 215 0 42 50 7 11 107 112
Binary 11101100 10011011 10001101 0 100010 101000 111 1001 1000111 1001010

Color Harmonies of #EC9B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9B8D

Black with #EC9B8D

Text Example


Text Example

White with #EC9B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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