Html Css Color HEX #EC7296 Deep Blush

📋 copy color: '#EC7296'

red 236 ◦ green 114 ◦ blue 150

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

Shades of Deep Blush #EC7296

Tints of Deep Blush #EC7296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.8%

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

R = 47.2%
G = 22.8%
B = 30%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC7296 (or 0xEC7296) is known color: Deep Blush. HEX triplet: EC, 72 and 96. RGB value is (236,114,150). Sum of RGB (Red+Green+Blue) = 236+114+150=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7296 is #138D69. Grayscale: #9A9A9A. Windows color (decimal): -1281386 or 9859820. OLE color: 9859820.

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

Color convert

RGB 236 114 150 -
CMYK 0 0.52 0.36 0.07
HSL 342.3º 0.76% 0.69% -
HSV(B) 342.3º 0.52% 0.93% -
XYZ 46.11 32.07 32.61 -
YUV 154.58 125.42 186.07 -
System Red Green Blue C M Y K H S L
Decimal 236 114 150 0 0.52 0.36 0.07 342.3 0.76 0.69
Hex EC 72 96 0 34 24 7 156 4C 45
Octal 354 162 226 0 64 44 7 526 114 105
Binary 11101100 1110010 10010110 0 110100 100100 111 101010110 1001100 1000101

Color Harmonies of #EC7296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7296

Black with #EC7296

Text Example


Text Example

White with #EC7296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7296; }

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

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

background-color css

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

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

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

border-color css

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

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

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