Html Css Color HEX #EC7185 Deep Blush

📋 copy color: '#EC7185'

red 236 ◦ green 113 ◦ blue 133

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

Shades of Deep Blush #EC7185

Tints of Deep Blush #EC7185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.44%

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 48.96%
G = 23.44%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC7185 (or 0xEC7185) is known color: Deep Blush. HEX triplet: EC, 71 and 85. RGB value is (236,113,133). Sum of RGB (Red+Green+Blue) = 236+113+133=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7185 is #138E7A. Grayscale: #989898. Windows color (decimal): -1281659 or 8745452. OLE color: 8745452.

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

Color convert

RGB 236 113 133 -
CMYK 0 0.52 0.44 0.07
HSL 350.24º 0.76% 0.68% -
HSV(B) 350.24º 0.52% 0.93% -
XYZ 44.73 31.34 25.88 -
YUV 152.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 236 113 133 0 0.52 0.44 0.07 350.24 0.76 0.68
Hex EC 71 85 0 34 2C 7 15E 4C 44
Octal 354 161 205 0 64 54 7 536 114 104
Binary 11101100 1110001 10000101 0 110100 101100 111 101011110 1001100 1000100

Color Harmonies of #EC7185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7185

Black with #EC7185

Text Example


Text Example

White with #EC7185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7185; }

 p { color: rgb(236,113,133); }

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

background-color css

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

 a { background-color: rgb(236,113,133); }

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

border-color css

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

 span { border-color: rgb(236,113,133); }

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