#EC6991

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

Shades of Deep Blush #EC6991

Tints of Deep Blush #EC6991

Color information

#EC6991 (or 0xEC6991) is unknown color: approx Deep Blush. HEX triplet: EC, 69 and 91. RGB value is (236,105,145). Sum of RGB (Red+Green+Blue) = 236+105+145=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6991 is #13966E. Grayscale: #949494. Windows color (decimal): -1283695 or 9529836. OLE color: 9529836.

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

Color convert

RGB236105145-
CMYK00.560.390.07
HSL341.68º77.51%66.86%-
HSV(B)341.68º55.51%92.55%-
XYZ44.7529.9830.22-
YUV148.73125.9190.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.56%
GREEN value IS 105 (41.41% from 255) = 21.60%
BLUE value IS 145 (57.03% from 255) = 29.84%
R=48.56%
G=21.60%
B=29.84%

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
Decimal23610514500.560.390.07341.6877.5166.86
HexEC69910382771564e43
Octal354151221070477526116103
Binary11101100110100110010001011100010011111110101011010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6991; }

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

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

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

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

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

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

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

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