Html Css Color HEX #EC988A Tonys Pink

📋 copy color: '#EC988A'

red 236 ◦ green 152 ◦ blue 138

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

Shades of Tonys Pink #EC988A

Tints of Tonys Pink #EC988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.9%

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

R = 44.87%
G = 28.9%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC988A (or 0xEC988A) is known color: Tonys Pink. HEX triplet: EC, 98 and 8A. RGB value is (236,152,138). Sum of RGB (Red+Green+Blue) = 236+152+138=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC988A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC988A is #136775. Grayscale: #AFAFAF. Windows color (decimal): -1271670 or 9083116. OLE color: 9083116.

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

Color convert

RGB 236 152 138 -
CMYK 0 0.36 0.42 0.07
HSL 8.57º 0.72% 0.73% -
HSV(B) 8.57º 0.42% 0.93% -
XYZ 50.41 42.12 29.52 -
YUV 175.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 236 152 138 0 0.36 0.42 0.07 8.57 0.72 0.73
Hex EC 98 8A 0 24 2A 7 9 48 49
Octal 354 230 212 0 44 52 7 11 110 111
Binary 11101100 10011000 10001010 0 100100 101010 111 1001 1001000 1001001

Color Harmonies of #EC988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC988A

Black with #EC988A

Text Example


Text Example

White with #EC988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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