Html Css Color HEX #EC9985 Tonys Pink

📋 copy color: '#EC9985'

red 236 ◦ green 153 ◦ blue 133

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

Shades of Tonys Pink #EC9985

Tints of Tonys Pink #EC9985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.31%

 BLUE value IS 133 (52.34% from 255) = 25.48%

R = 45.21%
G = 29.31%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC9985 (or 0xEC9985) is known color: Tonys Pink. HEX triplet: EC, 99 and 85. RGB value is (236,153,133). Sum of RGB (Red+Green+Blue) = 236+153+133=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9985 is #13667A. Grayscale: #AFAFAF. Windows color (decimal): -1271419 or 8755692. OLE color: 8755692.

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

Color convert

RGB 236 153 133 -
CMYK 0 0.35 0.44 0.07
HSL 11.65º 0.73% 0.72% -
HSV(B) 11.65º 0.44% 0.93% -
XYZ 50.22 42.31 27.71 -
YUV 175.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 236 153 133 0 0.35 0.44 0.07 11.65 0.73 0.72
Hex EC 99 85 0 23 2C 7 C 49 48
Octal 354 231 205 0 43 54 7 14 111 110
Binary 11101100 10011001 10000101 0 100011 101100 111 1100 1001001 1001000

Color Harmonies of #EC9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9985

Black with #EC9985

Text Example


Text Example

White with #EC9985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9985; }

 p { color: rgb(236,153,133); }

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

background-color css

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

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

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

border-color css

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

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

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