Html Css Color HEX #EC9C94 Sweet Pink

📋 copy color: '#EC9C94'

red 236 ◦ green 156 ◦ blue 148

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

Shades of Sweet Pink #EC9C94

Tints of Sweet Pink #EC9C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.89%

 BLUE value IS 148 (58.2% from 255) = 27.41%

R = 43.7%
G = 28.89%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC9C94 (or 0xEC9C94) is known color: Sweet Pink. HEX triplet: EC, 9C and 94. RGB value is (236,156,148). Sum of RGB (Red+Green+Blue) = 236+156+148=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9C94 is #13636B. Grayscale: #B3B3B3. Windows color (decimal): -1270636 or 9739500. OLE color: 9739500.

HSL color Cylindrical-coordinate representation of color #EC9C94: hue angle of 5.45º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9C94 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 156 148 -
CMYK 0 0.34 0.37 0.07
HSL 5.45º 0.7% 0.75% -
HSV(B) 5.45º 0.37% 0.93% -
XYZ 51.83 43.75 33.73 -
YUV 179.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 236 156 148 0 0.34 0.37 0.07 5.45 0.7 0.75
Hex EC 9C 94 0 22 25 7 5 46 4B
Octal 354 234 224 0 42 45 7 5 106 113
Binary 11101100 10011100 10010100 0 100010 100101 111 101 1000110 1001011

Color Harmonies of #EC9C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C94

Black with #EC9C94

Text Example


Text Example

White with #EC9C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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