#EC6385

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

Shades of Deep Blush #EC6385

Tints of Deep Blush #EC6385

Color information

#EC6385 (or 0xEC6385) is unknown color: approx Deep Blush. HEX triplet: EC, 63 and 85. RGB value is (236,99,133). Sum of RGB (Red+Green+Blue) = 236+99+133=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6385 is #139C7A. Grayscale: #8F8F8F. Windows color (decimal): -1285243 or 8741868. OLE color: 8741868.

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

Color convert

RGB23699133-
CMYK00.580.440.07
HSL345.11º78.29%65.69%-
HSV(B)345.11º58.05%92.55%-
XYZ43.2928.4525.4-
YUV143.84121.89193.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.43%
GREEN value IS 99 (39.06% from 255) = 21.15%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=50.43%
G=21.15%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369913300.580.440.07345.1178.2965.69
HexEC638503A2C71594e42
Octal354143205072547531116102
Binary11101100110001110000101011101010110011110101100110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6385; }

 p { color: rgb(236,99,133); }

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

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

 a { background-color: rgb(236,99,133); }

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

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

 span { border-color: rgb(236,99,133); }

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