Html Css Color HEX #EC9593 Sweet Pink

📋 copy color: '#EC9593'

red 236 ◦ green 149 ◦ blue 147

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

Shades of Sweet Pink #EC9593

Tints of Sweet Pink #EC9593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.01%

 BLUE value IS 147 (57.81% from 255) = 27.63%

R = 44.36%
G = 28.01%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC9593 (or 0xEC9593) is known color: Sweet Pink. HEX triplet: EC, 95 and 93. RGB value is (236,149,147). Sum of RGB (Red+Green+Blue) = 236+149+147=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9593 is #136A6C. Grayscale: #AEAEAE. Windows color (decimal): -1272429 or 9672172. OLE color: 9672172.

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

Color convert

RGB 236 149 147 -
CMYK 0 0.37 0.38 0.07
HSL 1.35º 0.7% 0.75% -
HSV(B) 1.35º 0.38% 0.93% -
XYZ 50.61 41.43 32.93 -
YUV 174.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 236 149 147 0 0.37 0.38 0.07 1.35 0.7 0.75
Hex EC 95 93 0 25 26 7 1 46 4B
Octal 354 225 223 0 45 46 7 1 106 113
Binary 11101100 10010101 10010011 0 100101 100110 111 1 1000110 1001011

Color Harmonies of #EC9593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9593

Black with #EC9593

Text Example


Text Example

White with #EC9593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9593; }

 p { color: rgb(236,149,147); }

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

background-color css

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

 a { background-color: rgb(236,149,147); }

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

border-color css

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

 span { border-color: rgb(236,149,147); }

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