Html Css Color HEX #EC9688 Sweet Pink

📋 copy color: '#EC9688'

red 236 ◦ green 150 ◦ blue 136

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

Shades of Sweet Pink #EC9688

Tints of Sweet Pink #EC9688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.74%

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

R = 45.21%
G = 28.74%
B = 26.05%

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

#EC9688 (or 0xEC9688) is known color: Sweet Pink. HEX triplet: EC, 96 and 88. RGB value is (236,150,136). Sum of RGB (Red+Green+Blue) = 236+150+136=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9688 is #136977. Grayscale: #AEAEAE. Windows color (decimal): -1272184 or 8951532. OLE color: 8951532.

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

Color convert

RGB 236 150 136 -
CMYK 0 0.36 0.42 0.07
HSL 8.4º 0.72% 0.73% -
HSV(B) 8.4º 0.42% 0.93% -
XYZ 49.94 41.42 28.66 -
YUV 174.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 236 150 136 0 0.36 0.42 0.07 8.4 0.72 0.73
Hex EC 96 88 0 24 2A 7 8 48 49
Octal 354 226 210 0 44 52 7 10 110 111
Binary 11101100 10010110 10001000 0 100100 101010 111 1000 1001000 1001001

Color Harmonies of #EC9688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9688

Black with #EC9688

Text Example


Text Example

White with #EC9688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9688; }

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

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

background-color css

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

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

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

border-color css

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

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

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