Html Css Color HEX #EC9488 Sweet Pink

📋 copy color: '#EC9488'

red 236 ◦ green 148 ◦ blue 136

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

Shades of Sweet Pink #EC9488

Tints of Sweet Pink #EC9488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.46%

 BLUE value IS 136 (53.52% from 255) = 26.15%

R = 45.38%
G = 28.46%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC9488 (or 0xEC9488) is known color: Sweet Pink. HEX triplet: EC, 94 and 88. RGB value is (236,148,136). Sum of RGB (Red+Green+Blue) = 236+148+136=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9488 is #136B77. Grayscale: #ADADAD. Windows color (decimal): -1272696 or 8951020. OLE color: 8951020.

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

Color convert

RGB 236 148 136 -
CMYK 0 0.37 0.42 0.07
HSL 7.2º 0.72% 0.73% -
HSV(B) 7.2º 0.42% 0.93% -
XYZ 49.63 40.79 28.55 -
YUV 172.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 236 148 136 0 0.37 0.42 0.07 7.2 0.72 0.73
Hex EC 94 88 0 25 2A 7 7 48 49
Octal 354 224 210 0 45 52 7 7 110 111
Binary 11101100 10010100 10001000 0 100101 101010 111 111 1001000 1001001

Color Harmonies of #EC9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9488

Black with #EC9488

Text Example


Text Example

White with #EC9488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9488; }

 p { color: rgb(236,148,136); }

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

background-color css

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

 a { background-color: rgb(236,148,136); }

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

border-color css

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

 span { border-color: rgb(236,148,136); }

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