#EC7195

Color #EC7195 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #EC7195

Tints of Deep Blush #EC7195

Color information

#EC7195 (or 0xEC7195) is unknown color: approx Deep Blush. HEX triplet: EC, 71 and 95. RGB value is (236,113,149). Sum of RGB (Red+Green+Blue) = 236+113+149=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7195 is #138E6A. Grayscale: #999999. Windows color (decimal): -1281643 or 9794028. OLE color: 9794028.

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

Color convert

RGB236113149-
CMYK00.520.370.07
HSL342.44º76.4%68.43%-
HSV(B)342.44º52.12%92.55%-
XYZ45.9231.8132.15-
YUV153.88125.25186.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.39%
GREEN value IS 113 (44.53% from 255) = 22.69%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=47.39%
G=22.69%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611314900.520.370.07342.4476.468.43
HexEC71950342571564c44
Octal354161225064457526114104
Binary11101100111000110010101011010010010111110101011010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7195; }

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

 H1.HeaderClassName
 {
   color: #EC7195;
 }
 .AnyTagClassName
 {
   color: #EC7195;
 }
</style>
background-color css

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

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

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

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

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

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