Html Css Color HEX #EC6E86 Deep Blush

📋 copy color: '#EC6E86'

red 236 ◦ green 110 ◦ blue 134

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

Shades of Deep Blush #EC6E86

Tints of Deep Blush #EC6E86

RGB

 RED value IS 236 (92.58% from 255) = 49.17%

 GREEN value IS 110 (43.36% from 255) = 22.92%

 BLUE value IS 134 (52.73% from 255) = 27.92%

R = 49.17%
G = 22.92%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC6E86 (or 0xEC6E86) is known color: Deep Blush. HEX triplet: EC, 6E and 86. RGB value is (236,110,134). Sum of RGB (Red+Green+Blue) = 236+110+134=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6E86 is #139179. Grayscale: #969696. Windows color (decimal): -1282426 or 8810220. OLE color: 8810220.

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

Color convert

RGB 236 110 134 -
CMYK 0 0.53 0.43 0.07
HSL 348.57º 0.77% 0.68% -
HSV(B) 348.57º 0.53% 0.93% -
XYZ 44.47 30.71 26.14 -
YUV 150.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 236 110 134 0 0.53 0.43 0.07 348.57 0.77 0.68
Hex EC 6E 86 0 35 2B 7 15D 4D 44
Octal 354 156 206 0 65 53 7 535 115 104
Binary 11101100 1101110 10000110 0 110101 101011 111 101011101 1001101 1000100

Color Harmonies of #EC6E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E86

Black with #EC6E86

Text Example


Text Example

White with #EC6E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E86; }

 p { color: rgb(236,110,134); }

 H1.HeaderClassName
 {
   color: #EC6E86;
 }
 .AnyTagClassName
 {
   color: #EC6E86;
 }
</style>

background-color css

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

 a { background-color: rgb(236,110,134); }

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

border-color css

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

 span { border-color: rgb(236,110,134); }

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