Html Css Color HEX #EC6F8F Deep Blush

📋 copy color: '#EC6F8F'

red 236 ◦ green 111 ◦ blue 143

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

Shades of Deep Blush #EC6F8F

Tints of Deep Blush #EC6F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.18%

R = 48.16%
G = 22.65%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC6F8F (or 0xEC6F8F) is known color: Deep Blush. HEX triplet: EC, 6F and 8F. RGB value is (236,111,143). Sum of RGB (Red+Green+Blue) = 236+111+143=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6F8F is #139070. Grayscale: #989898. Windows color (decimal): -1282161 or 9400300. OLE color: 9400300.

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

Color convert

RGB 236 111 143 -
CMYK 0 0.53 0.39 0.07
HSL 344.64º 0.77% 0.68% -
HSV(B) 344.64º 0.53% 0.93% -
XYZ 45.23 31.18 29.62 -
YUV 152.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 236 111 143 0 0.53 0.39 0.07 344.64 0.77 0.68
Hex EC 6F 8F 0 35 27 7 159 4D 44
Octal 354 157 217 0 65 47 7 531 115 104
Binary 11101100 1101111 10001111 0 110101 100111 111 101011001 1001101 1000100

Color Harmonies of #EC6F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F8F

Black with #EC6F8F

Text Example


Text Example

White with #EC6F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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