#EC6A81

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

Shades of Deep Blush #EC6A81

Tints of Deep Blush #EC6A81

Color information

#EC6A81 (or 0xEC6A81) is unknown color: approx Deep Blush. HEX triplet: EC, 6A and 81. RGB value is (236,106,129). Sum of RGB (Red+Green+Blue) = 236+106+129=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6A81 is #13957E. Grayscale: #939393. Windows color (decimal): -1283455 or 8481516. OLE color: 8481516.

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

Color convert

RGB236106129-
CMYK00.550.450.07
HSL349.38º77.38%67.06%-
HSV(B)349.38º55.08%92.55%-
XYZ43.7129.7324.2-
YUV147.49117.57191.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.11%
GREEN value IS 106 (41.80% from 255) = 22.51%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=50.11%
G=22.51%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610612900.550.450.07349.3877.3867.06
HexEC6A810372D715d4d43
Octal354152201067557535115103
Binary11101100110101010000001011011110110111110101110110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6A81; }

 p { color: rgb(236,106,129); }

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

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

 a { background-color: rgb(236,106,129); }

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

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

 span { border-color: rgb(236,106,129); }

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