#EC638C

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

Shades of Deep Blush #EC638C

Tints of Deep Blush #EC638C

Color information

#EC638C (or 0xEC638C) is unknown color: approx Deep Blush. HEX triplet: EC, 63 and 8C. RGB value is (236,99,140). Sum of RGB (Red+Green+Blue) = 236+99+140=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC638C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC638C is #139C73. Grayscale: #909090. Windows color (decimal): -1285236 or 9200620. OLE color: 9200620.

HSL color Cylindrical-coordinate representation of color #EC638C: hue angle of 342.04º 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 #EC638C is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB23699140-
CMYK00.580.410.07
HSL342.04º78.29%65.69%-
HSV(B)342.04º58.05%92.55%-
XYZ43.7928.6528.03-
YUV144.64125.39193.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 99 (39.06% from 255) = 20.84%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=49.68%
G=20.84%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369914000.580.410.07342.0478.2965.69
HexEC638C03A2971564e42
Octal354143214072517526116102
Binary11101100110001110001100011101010100111110101011010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC638C; }

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

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

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

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

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

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

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

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