#EC7283

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

Shades of Deep Blush #EC7283

Tints of Deep Blush #EC7283

Color information

#EC7283 (or 0xEC7283) is unknown color: approx Deep Blush. HEX triplet: EC, 72 and 83. RGB value is (236,114,131). Sum of RGB (Red+Green+Blue) = 236+114+131=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7283 is #138D7C. Grayscale: #989898. Windows color (decimal): -1281405 or 8614636. OLE color: 8614636.

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

Color convert

RGB236114131-
CMYK00.520.440.07
HSL351.64º76.25%68.63%-
HSV(B)351.64º51.69%92.55%-
XYZ44.7131.5125.2-
YUV152.42115.92187.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.06%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 131 (51.56% from 255) = 27.23%
R=49.06%
G=23.70%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611413100.520.440.07351.6476.2568.63
HexEC72830342C71604c45
Octal354162203064547540114105
Binary11101100111001010000011011010010110011110110000010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7283; }

 p { color: rgb(236,114,131); }

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

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

 a { background-color: rgb(236,114,131); }

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

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

 span { border-color: rgb(236,114,131); }

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