Html Css Color HEX #EC6F81 Deep Blush

📋 copy color: '#EC6F81'

red 236 ◦ green 111 ◦ blue 129

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

Shades of Deep Blush #EC6F81

Tints of Deep Blush #EC6F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.32%

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

R = 49.58%
G = 23.32%
B = 27.1%

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

#EC6F81 (or 0xEC6F81) is known color: Deep Blush. HEX triplet: EC, 6F and 81. RGB value is (236,111,129). Sum of RGB (Red+Green+Blue) = 236+111+129=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6F81 is #13907E. Grayscale: #969696. Windows color (decimal): -1282175 or 8482796. OLE color: 8482796.

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

Color convert

RGB 236 111 129 -
CMYK 0 0.53 0.45 0.07
HSL 351.36º 0.77% 0.68% -
HSV(B) 351.36º 0.53% 0.93% -
XYZ 44.24 30.79 24.38 -
YUV 150.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 236 111 129 0 0.53 0.45 0.07 351.36 0.77 0.68
Hex EC 6F 81 0 35 2D 7 15F 4D 44
Octal 354 157 201 0 65 55 7 537 115 104
Binary 11101100 1101111 10000001 0 110101 101101 111 101011111 1001101 1000100

Color Harmonies of #EC6F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F81

Black with #EC6F81

Text Example


Text Example

White with #EC6F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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