#EC6990

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

Shades of Deep Blush #EC6990

Tints of Deep Blush #EC6990

Color information

#EC6990 (or 0xEC6990) is unknown color: approx Deep Blush. HEX triplet: EC, 69 and 90. RGB value is (236,105,144). Sum of RGB (Red+Green+Blue) = 236+105+144=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6990 is #13966F. Grayscale: #949494. Windows color (decimal): -1283696 or 9464300. OLE color: 9464300.

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

Color convert

RGB236105144-
CMYK00.560.390.07
HSL342.14º77.51%66.86%-
HSV(B)342.14º55.51%92.55%-
XYZ44.6829.9529.81-
YUV148.61125.4190.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.66%
GREEN value IS 105 (41.41% from 255) = 21.65%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=48.66%
G=21.65%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610514400.560.390.07342.1477.5166.86
HexEC69900382771564e43
Octal354151220070477526116103
Binary11101100110100110010000011100010011111110101011010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6990; }

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

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

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

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

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

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

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

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