Html Css Color HEX #EC6F83 Deep Blush

📋 copy color: '#EC6F83'

red 236 ◦ green 111 ◦ blue 131

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

Shades of Deep Blush #EC6F83

Tints of Deep Blush #EC6F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.41%

R = 49.37%
G = 23.22%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC6F83 (or 0xEC6F83) is known color: Deep Blush. HEX triplet: EC, 6F and 83. RGB value is (236,111,131). Sum of RGB (Red+Green+Blue) = 236+111+131=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6F83 is #13907C. Grayscale: #969696. Windows color (decimal): -1282173 or 8613868. OLE color: 8613868.

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

Color convert

RGB 236 111 131 -
CMYK 0 0.53 0.44 0.07
HSL 350.4º 0.77% 0.68% -
HSV(B) 350.4º 0.53% 0.93% -
XYZ 44.37 30.84 25.09 -
YUV 150.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 236 111 131 0 0.53 0.44 0.07 350.4 0.77 0.68
Hex EC 6F 83 0 35 2C 7 15E 4D 44
Octal 354 157 203 0 65 54 7 536 115 104
Binary 11101100 1101111 10000011 0 110101 101100 111 101011110 1001101 1000100

Color Harmonies of #EC6F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F83

Black with #EC6F83

Text Example


Text Example

White with #EC6F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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