Html Css Color HEX #EC7382 Deep Blush

📋 copy color: '#EC7382'

red 236 ◦ green 115 ◦ blue 130

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

Shades of Deep Blush #EC7382

Tints of Deep Blush #EC7382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 49.06%
G = 23.91%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC7382 (or 0xEC7382) is known color: Deep Blush. HEX triplet: EC, 73 and 82. RGB value is (236,115,130). Sum of RGB (Red+Green+Blue) = 236+115+130=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7382 is #138C7D. Grayscale: #989898. Windows color (decimal): -1281150 or 8549356. OLE color: 8549356.

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

Color convert

RGB 236 115 130 -
CMYK 0 0.51 0.45 0.07
HSL 352.56º 0.76% 0.69% -
HSV(B) 352.56º 0.51% 0.93% -
XYZ 44.75 31.71 24.88 -
YUV 152.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 236 115 130 0 0.51 0.45 0.07 352.56 0.76 0.69
Hex EC 73 82 0 33 2D 7 161 4C 45
Octal 354 163 202 0 63 55 7 541 114 105
Binary 11101100 1110011 10000010 0 110011 101101 111 101100001 1001100 1000101

Color Harmonies of #EC7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7382

Black with #EC7382

Text Example


Text Example

White with #EC7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7382; }

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

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

background-color css

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

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

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

border-color css

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

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

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