Html Css Color HEX #EC7096 Deep Blush

📋 copy color: '#EC7096'

red 236 ◦ green 112 ◦ blue 150

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

Shades of Deep Blush #EC7096

Tints of Deep Blush #EC7096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.49%

 BLUE value IS 150 (58.98% from 255) = 30.12%

R = 47.39%
G = 22.49%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC7096 (or 0xEC7096) is known color: Deep Blush. HEX triplet: EC, 70 and 96. RGB value is (236,112,150). Sum of RGB (Red+Green+Blue) = 236+112+150=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7096 is #138F69. Grayscale: #999999. Windows color (decimal): -1281898 or 9859308. OLE color: 9859308.

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

Color convert

RGB 236 112 150 -
CMYK 0 0.53 0.36 0.07
HSL 341.61º 0.77% 0.68% -
HSV(B) 341.61º 0.53% 0.93% -
XYZ 45.89 31.62 32.54 -
YUV 153.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 236 112 150 0 0.53 0.36 0.07 341.61 0.77 0.68
Hex EC 70 96 0 35 24 7 156 4D 44
Octal 354 160 226 0 65 44 7 526 115 104
Binary 11101100 1110000 10010110 0 110101 100100 111 101010110 1001101 1000100

Color Harmonies of #EC7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7096

Black with #EC7096

Text Example


Text Example

White with #EC7096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7096; }

 p { color: rgb(236,112,150); }

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

background-color css

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

 a { background-color: rgb(236,112,150); }

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

border-color css

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

 span { border-color: rgb(236,112,150); }

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