#EC6C84

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

Shades of Deep Blush #EC6C84

Tints of Deep Blush #EC6C84

Color information

#EC6C84 (or 0xEC6C84) is unknown color: approx Deep Blush. HEX triplet: EC, 6C and 84. RGB value is (236,108,132). Sum of RGB (Red+Green+Blue) = 236+108+132=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6C84 is #13937B. Grayscale: #959595. Windows color (decimal): -1282940 or 8678636. OLE color: 8678636.

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

Color convert

RGB236108132-
CMYK00.540.440.07
HSL348.75º77.11%67.45%-
HSV(B)348.75º54.24%92.55%-
XYZ44.1230.2225.34-
YUV149.01118.41190.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.58%
GREEN value IS 108 (42.58% from 255) = 22.69%
BLUE value IS 132 (51.95% from 255) = 27.73%
R=49.58%
G=22.69%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610813200.540.440.07348.7577.1167.45
HexEC6C840362C715d4d43
Octal354154204066547535115103
Binary11101100110110010000100011011010110011110101110110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6C84; }

 p { color: rgb(236,108,132); }

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

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

 a { background-color: rgb(236,108,132); }

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

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

 span { border-color: rgb(236,108,132); }

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