Html Css Color HEX #EC708F Deep Blush

📋 copy color: '#EC708F'

red 236 ◦ green 112 ◦ blue 143

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

Shades of Deep Blush #EC708F

Tints of Deep Blush #EC708F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.81%

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

R = 48.07%
G = 22.81%
B = 29.12%

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

#EC708F (or 0xEC708F) is known color: Deep Blush. HEX triplet: EC, 70 and 8F. RGB value is (236,112,143). Sum of RGB (Red+Green+Blue) = 236+112+143=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC708F is #138F70. Grayscale: #989898. Windows color (decimal): -1281905 or 9400556. OLE color: 9400556.

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

Color convert

RGB 236 112 143 -
CMYK 0 0.53 0.39 0.07
HSL 345º 0.77% 0.68% -
HSV(B) 345º 0.53% 0.93% -
XYZ 45.34 31.4 29.66 -
YUV 152.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 236 112 143 0 0.53 0.39 0.07 345 0.77 0.68
Hex EC 70 8F 0 35 27 7 159 4D 44
Octal 354 160 217 0 65 47 7 531 115 104
Binary 11101100 1110000 10001111 0 110101 100111 111 101011001 1001101 1000100

Color Harmonies of #EC708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC708F

Black with #EC708F

Text Example


Text Example

White with #EC708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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