#EC6983

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

Shades of Deep Blush #EC6983

Tints of Deep Blush #EC6983

Color information

#EC6983 (or 0xEC6983) is unknown color: approx Deep Blush. HEX triplet: EC, 69 and 83. RGB value is (236,105,131). Sum of RGB (Red+Green+Blue) = 236+105+131=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6983 is #13967C. Grayscale: #939393. Windows color (decimal): -1283709 or 8612332. OLE color: 8612332.

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

Color convert

RGB236105131-
CMYK00.560.440.07
HSL348.09º77.51%66.86%-
HSV(B)348.09º55.51%92.55%-
XYZ43.7429.5724.88-
YUV147.13118.9191.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=50%
G=22.25%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610513100.560.440.07348.0977.5166.86
HexEC69830382C715c4e43
Octal354151203070547534116103
Binary11101100110100110000011011100010110011110101110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6983; }

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

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

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

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

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

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

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

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