Html Css Color HEX #EC7395 Deep Blush

📋 copy color: '#EC7395'

red 236 ◦ green 115 ◦ blue 149

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

Shades of Deep Blush #EC7395

Tints of Deep Blush #EC7395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23%

 BLUE value IS 149 (58.59% from 255) = 29.8%

R = 47.2%
G = 23%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC7395 (or 0xEC7395) is known color: Deep Blush. HEX triplet: EC, 73 and 95. RGB value is (236,115,149). Sum of RGB (Red+Green+Blue) = 236+115+149=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7395 is #138C6A. Grayscale: #9B9B9B. Windows color (decimal): -1281131 or 9794540. OLE color: 9794540.

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

Color convert

RGB 236 115 149 -
CMYK 0 0.51 0.37 0.07
HSL 343.14º 0.76% 0.69% -
HSV(B) 343.14º 0.51% 0.93% -
XYZ 46.15 32.26 32.23 -
YUV 155.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 236 115 149 0 0.51 0.37 0.07 343.14 0.76 0.69
Hex EC 73 95 0 33 25 7 157 4C 45
Octal 354 163 225 0 63 45 7 527 114 105
Binary 11101100 1110011 10010101 0 110011 100101 111 101010111 1001100 1000101

Color Harmonies of #EC7395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7395

Black with #EC7395

Text Example


Text Example

White with #EC7395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7395; }

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

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

background-color css

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

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

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

border-color css

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

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

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