Html Css Color HEX #EC7093 Deep Blush

📋 copy color: '#EC7093'

red 236 ◦ green 112 ◦ blue 147

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

Shades of Deep Blush #EC7093

Tints of Deep Blush #EC7093

RGB

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

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

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

R = 47.68%
G = 22.63%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC7093 (or 0xEC7093) is known color: Deep Blush. HEX triplet: EC, 70 and 93. RGB value is (236,112,147). Sum of RGB (Red+Green+Blue) = 236+112+147=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7093 is #138F6C. Grayscale: #999999. Windows color (decimal): -1281901 or 9662700. OLE color: 9662700.

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

Color convert

RGB 236 112 147 -
CMYK 0 0.53 0.38 0.07
HSL 343.06º 0.77% 0.68% -
HSV(B) 343.06º 0.53% 0.93% -
XYZ 45.65 31.53 31.28 -
YUV 153.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 236 112 147 0 0.53 0.38 0.07 343.06 0.77 0.68
Hex EC 70 93 0 35 26 7 157 4D 44
Octal 354 160 223 0 65 46 7 527 115 104
Binary 11101100 1110000 10010011 0 110101 100110 111 101010111 1001101 1000100

Color Harmonies of #EC7093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7093

Black with #EC7093

Text Example


Text Example

White with #EC7093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7093; }

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

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

background-color css

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

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

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

border-color css

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

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

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