Html Css Color HEX #EC6B8D Deep Blush

📋 copy color: '#EC6B8D'

red 236 ◦ green 107 ◦ blue 141

#EC6B8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #EC6B8D

Tints of Deep Blush #EC6B8D

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 value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC6B8D (or 0xEC6B8D) is known color: 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

RGB 236 107 141 -
CMYK 0 0.55 0.40 0.07
HSL 344.19º 0.77% 0.67% -
HSV(B) 344.19º 0.55% 0.93% -
XYZ 44.66 30.27 28.69 -
YUV 149.45 123.24 189.74 -
System Red Green Blue C M Y K H S L
Decimal 236 107 141 0 0.55 0.40 0.07 344.19 0.77 0.67
Hex EC 6B 8D 0 37 28 7 158 4D 43
Octal 354 153 215 0 67 50 7 530 115 103
Binary 11101100 1101011 10001101 0 110111 101000 111 101011000 1001101 1000011

Color Harmonies of #EC6B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B8D

Black with #EC6B8D

Text Example


Text Example

White with #EC6B8D

Text Example


Text Example

HTML Codes & Css Web 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>