Html Css Color HEX #EC7390 Deep Blush

📋 copy color: '#EC7390'

red 236 ◦ green 115 ◦ blue 144

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

Shades of Deep Blush #EC7390

Tints of Deep Blush #EC7390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.09%

R = 47.68%
G = 23.23%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC7390 (or 0xEC7390) is known color: Deep Blush. HEX triplet: EC, 73 and 90. RGB value is (236,115,144). Sum of RGB (Red+Green+Blue) = 236+115+144=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7390 is #138C6F. Grayscale: #9A9A9A. Windows color (decimal): -1281136 or 9466860. OLE color: 9466860.

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

Color convert

RGB 236 115 144 -
CMYK 0 0.51 0.39 0.07
HSL 345.62º 0.76% 0.69% -
HSV(B) 345.62º 0.51% 0.93% -
XYZ 45.76 32.11 30.17 -
YUV 154.49 122.09 186.14 -
System Red Green Blue C M Y K H S L
Decimal 236 115 144 0 0.51 0.39 0.07 345.62 0.76 0.69
Hex EC 73 90 0 33 27 7 15A 4C 45
Octal 354 163 220 0 63 47 7 532 114 105
Binary 11101100 1110011 10010000 0 110011 100111 111 101011010 1001100 1000101

Color Harmonies of #EC7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7390

Black with #EC7390

Text Example


Text Example

White with #EC7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7390; }

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

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

background-color css

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

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

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

border-color css

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

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

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