#ec6b8d

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

Shades of Deep Blush #EC6B8D

Tints of Deep Blush #EC6B8D

Color information

#EC6B8D (or 0xEC6B8D) is unknown color: approx Deep Blush. HEX triplet: EC, 6B and 8D. RGB value is (236,107,141). Sum of RGB (Red+Green+Blue) = 236+107+141=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6B8D is #139472. Grayscale: #959595. Windows color (decimal): -1283187 or 9268204. OLE color: 9268204.

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

Color convert

RGB236107141-
CMYK00.550.400.07
HSL344.19º77.25%67.25%-
HSV(B)344.19º54.66%92.55%-
XYZ44.6630.2728.69-
YUV149.45123.24189.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.76%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=48.76%
G=22.11%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610714100.550.400.07344.1977.2567.25
HexEC6B8D0372871584d43
Octal354153215067507530115103
Binary11101100110101110001101011011110100011110101100010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec6b8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec6b8d; }

 p { color: rgb(236,107,141); }

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

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

 a { background-color: rgb(236,107,141); }

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

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

 span { border-color: rgb(236,107,141); }

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