Html Css Color HEX #EC6E81 Deep Blush

📋 copy color: '#EC6E81'

red 236 ◦ green 110 ◦ blue 129

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

Shades of Deep Blush #EC6E81

Tints of Deep Blush #EC6E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.16%

R = 49.68%
G = 23.16%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC6E81 (or 0xEC6E81) is known color: Deep Blush. HEX triplet: EC, 6E and 81. RGB value is (236,110,129). Sum of RGB (Red+Green+Blue) = 236+110+129=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6E81 is #13917E. Grayscale: #959595. Windows color (decimal): -1282431 or 8482540. OLE color: 8482540.

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

Color convert

RGB 236 110 129 -
CMYK 0 0.53 0.45 0.07
HSL 350.95º 0.77% 0.68% -
HSV(B) 350.95º 0.53% 0.93% -
XYZ 44.13 30.57 24.34 -
YUV 149.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 236 110 129 0 0.53 0.45 0.07 350.95 0.77 0.68
Hex EC 6E 81 0 35 2D 7 15F 4D 44
Octal 354 156 201 0 65 55 7 537 115 104
Binary 11101100 1101110 10000001 0 110101 101101 111 101011111 1001101 1000100

Color Harmonies of #EC6E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E81

Black with #EC6E81

Text Example


Text Example

White with #EC6E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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