Html Css Color HEX #EC9591 Sweet Pink

📋 copy color: '#EC9591'

red 236 ◦ green 149 ◦ blue 145

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

Shades of Sweet Pink #EC9591

Tints of Sweet Pink #EC9591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.36%

R = 44.53%
G = 28.11%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC9591 (or 0xEC9591) is known color: Sweet Pink. HEX triplet: EC, 95 and 91. RGB value is (236,149,145). Sum of RGB (Red+Green+Blue) = 236+149+145=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9591 is #136A6E. Grayscale: #AEAEAE. Windows color (decimal): -1272431 or 9541100. OLE color: 9541100.

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

Color convert

RGB 236 149 145 -
CMYK 0 0.37 0.39 0.07
HSL 2.64º 0.71% 0.75% -
HSV(B) 2.64º 0.39% 0.93% -
XYZ 50.45 41.37 32.11 -
YUV 174.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 236 149 145 0 0.37 0.39 0.07 2.64 0.71 0.75
Hex EC 95 91 0 25 27 7 3 47 4B
Octal 354 225 221 0 45 47 7 3 107 113
Binary 11101100 10010101 10010001 0 100101 100111 111 11 1000111 1001011

Color Harmonies of #EC9591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9591

Black with #EC9591

Text Example


Text Example

White with #EC9591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9591; }

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

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

background-color css

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

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

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

border-color css

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

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

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