Html Css Color HEX #EC718E Deep Blush

📋 copy color: '#EC718E'

red 236 ◦ green 113 ◦ blue 142

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

Shades of Deep Blush #EC718E

Tints of Deep Blush #EC718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.01%

 BLUE value IS 142 (55.86% from 255) = 28.92%

R = 48.07%
G = 23.01%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC718E (or 0xEC718E) is known color: Deep Blush. HEX triplet: EC, 71 and 8E. RGB value is (236,113,142). Sum of RGB (Red+Green+Blue) = 236+113+142=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC718E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC718E is #138E71. Grayscale: #999999. Windows color (decimal): -1281650 or 9335276. OLE color: 9335276.

HSL color Cylindrical-coordinate representation of color #EC718E: hue angle of 345.85º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC718E is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 113 142 -
CMYK 0 0.52 0.40 0.07
HSL 345.85º 0.76% 0.68% -
HSV(B) 345.85º 0.52% 0.93% -
XYZ 45.38 31.6 29.3 -
YUV 153.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 236 113 142 0 0.52 0.40 0.07 345.85 0.76 0.68
Hex EC 71 8E 0 34 28 7 15A 4C 44
Octal 354 161 216 0 64 50 7 532 114 104
Binary 11101100 1110001 10001110 0 110100 101000 111 101011010 1001100 1000100

Color Harmonies of #EC718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC718E

Black with #EC718E

Text Example


Text Example

White with #EC718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC718E; }

 p { color: rgb(236,113,142); }

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

background-color css

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

 a { background-color: rgb(236,113,142); }

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

border-color css

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

 span { border-color: rgb(236,113,142); }

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