#EC6B8F

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

Shades of Deep Blush #EC6B8F

Tints of Deep Blush #EC6B8F

Color information

#EC6B8F (or 0xEC6B8F) is unknown color: approx Deep Blush. HEX triplet: EC, 6B and 8F. RGB value is (236,107,143). Sum of RGB (Red+Green+Blue) = 236+107+143=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6B8F is #139470. Grayscale: #959595. Windows color (decimal): -1283185 or 9399276. OLE color: 9399276.

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

Color convert

RGB236107143-
CMYK00.550.390.07
HSL343.26º77.25%67.25%-
HSV(B)343.26º54.66%92.55%-
XYZ44.8130.3329.48-
YUV149.67124.24189.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.56%
GREEN value IS 107 (42.19% from 255) = 22.02%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=48.56%
G=22.02%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610714300.550.390.07343.2677.2567.25
HexEC6B8F0372771574d43
Octal354153217067477527115103
Binary11101100110101110001111011011110011111110101011110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6B8F; }

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

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

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

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

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

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

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

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