Html Css Color HEX #EC7393 Deep Blush

📋 copy color: '#EC7393'

red 236 ◦ green 115 ◦ blue 147

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

Shades of Deep Blush #EC7393

Tints of Deep Blush #EC7393

RGB

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

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

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

R = 47.39%
G = 23.09%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC7393 (or 0xEC7393) is known color: Deep Blush. HEX triplet: EC, 73 and 93. RGB value is (236,115,147). Sum of RGB (Red+Green+Blue) = 236+115+147=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7393 is #138C6C. Grayscale: #9A9A9A. Windows color (decimal): -1281133 or 9663468. OLE color: 9663468.

HSL color Cylindrical-coordinate representation of color #EC7393: hue angle of 344.13º 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 #EC7393 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 115 147 -
CMYK 0 0.51 0.38 0.07
HSL 344.13º 0.76% 0.69% -
HSV(B) 344.13º 0.51% 0.93% -
XYZ 45.99 32.2 31.4 -
YUV 154.83 123.59 185.9 -
System Red Green Blue C M Y K H S L
Decimal 236 115 147 0 0.51 0.38 0.07 344.13 0.76 0.69
Hex EC 73 93 0 33 26 7 158 4C 45
Octal 354 163 223 0 63 46 7 530 114 105
Binary 11101100 1110011 10010011 0 110011 100110 111 101011000 1001100 1000101

Color Harmonies of #EC7393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7393

Black with #EC7393

Text Example


Text Example

White with #EC7393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7393; }

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

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

background-color css

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

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

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

border-color css

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

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

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