Html Css Color HEX #EC7492 Deep Blush

📋 copy color: '#EC7492'

red 236 ◦ green 116 ◦ blue 146

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

Shades of Deep Blush #EC7492

Tints of Deep Blush #EC7492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.29%

 BLUE value IS 146 (57.42% from 255) = 29.32%

R = 47.39%
G = 23.29%
B = 29.32%

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

#EC7492 (or 0xEC7492) is known color: Deep Blush. HEX triplet: EC, 74 and 92. RGB value is (236,116,146). Sum of RGB (Red+Green+Blue) = 236+116+146=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7492 is #138B6D. Grayscale: #9B9B9B. Windows color (decimal): -1280878 or 9598188. OLE color: 9598188.

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

Color convert

RGB 236 116 146 -
CMYK 0 0.51 0.38 0.07
HSL 345º 0.76% 0.69% -
HSV(B) 345º 0.51% 0.93% -
XYZ 46.03 32.4 31.02 -
YUV 155.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 236 116 146 0 0.51 0.38 0.07 345 0.76 0.69
Hex EC 74 92 0 33 26 7 159 4C 45
Octal 354 164 222 0 63 46 7 531 114 105
Binary 11101100 1110100 10010010 0 110011 100110 111 101011001 1001100 1000101

Color Harmonies of #EC7492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7492

Black with #EC7492

Text Example


Text Example

White with #EC7492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7492; }

 p { color: rgb(236,116,146); }

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

background-color css

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

 a { background-color: rgb(236,116,146); }

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

border-color css

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

 span { border-color: rgb(236,116,146); }

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