Html Css Color HEX #EC7190 Deep Blush

📋 copy color: '#EC7190'

red 236 ◦ green 113 ◦ blue 144

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

Shades of Deep Blush #EC7190

Tints of Deep Blush #EC7190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.92%

 BLUE value IS 144 (56.64% from 255) = 29.21%

R = 47.87%
G = 22.92%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC7190 (or 0xEC7190) is known color: Deep Blush. HEX triplet: EC, 71 and 90. RGB value is (236,113,144). Sum of RGB (Red+Green+Blue) = 236+113+144=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7190 is #138E6F. Grayscale: #999999. Windows color (decimal): -1281648 or 9466348. OLE color: 9466348.

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

Color convert

RGB 236 113 144 -
CMYK 0 0.52 0.39 0.07
HSL 344.88º 0.76% 0.68% -
HSV(B) 344.88º 0.52% 0.93% -
XYZ 45.53 31.66 30.1 -
YUV 153.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 236 113 144 0 0.52 0.39 0.07 344.88 0.76 0.68
Hex EC 71 90 0 34 27 7 159 4C 44
Octal 354 161 220 0 64 47 7 531 114 104
Binary 11101100 1110001 10010000 0 110100 100111 111 101011001 1001100 1000100

Color Harmonies of #EC7190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7190

Black with #EC7190

Text Example


Text Example

White with #EC7190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7190; }

 p { color: rgb(236,113,144); }

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

background-color css

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

 a { background-color: rgb(236,113,144); }

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

border-color css

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

 span { border-color: rgb(236,113,144); }

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