Html Css Color HEX #EC7591 Deep Blush

📋 copy color: '#EC7591'

red 236 ◦ green 117 ◦ blue 145

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

Shades of Deep Blush #EC7591

Tints of Deep Blush #EC7591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.49%

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

R = 47.39%
G = 23.49%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC7591 (or 0xEC7591) is known color: Deep Blush. HEX triplet: EC, 75 and 91. RGB value is (236,117,145). Sum of RGB (Red+Green+Blue) = 236+117+145=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7591 is #138A6E. Grayscale: #9B9B9B. Windows color (decimal): -1280623 or 9532908. OLE color: 9532908.

HSL color Cylindrical-coordinate representation of color #EC7591: hue angle of 345.88º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7591 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 117 145 -
CMYK 0 0.50 0.39 0.07
HSL 345.88º 0.76% 0.69% -
HSV(B) 345.88º 0.5% 0.93% -
XYZ 46.06 32.6 30.65 -
YUV 155.77 121.92 185.22 -
System Red Green Blue C M Y K H S L
Decimal 236 117 145 0 0.50 0.39 0.07 345.88 0.76 0.69
Hex EC 75 91 0 32 27 7 15A 4C 45
Octal 354 165 221 0 62 47 7 532 114 105
Binary 11101100 1110101 10010001 0 110010 100111 111 101011010 1001100 1000101

Color Harmonies of #EC7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7591

Black with #EC7591

Text Example


Text Example

White with #EC7591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7591; }

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

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

background-color css

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

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

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

border-color css

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

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

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