Html Css Color HEX #EC748D Deep Blush

📋 copy color: '#EC748D'

red 236 ◦ green 116 ◦ blue 141

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

Shades of Deep Blush #EC748D

Tints of Deep Blush #EC748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.53%

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 47.87%
G = 23.53%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC748D (or 0xEC748D) is known color: Deep Blush. HEX triplet: EC, 74 and 8D. RGB value is (236,116,141). Sum of RGB (Red+Green+Blue) = 236+116+141=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC748D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC748D is #138B72. Grayscale: #9A9A9A. Windows color (decimal): -1280883 or 9270508. OLE color: 9270508.

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

Color convert

RGB 236 116 141 -
CMYK 0 0.51 0.40 0.07
HSL 347.5º 0.76% 0.69% -
HSV(B) 347.5º 0.51% 0.93% -
XYZ 45.65 32.25 29.02 -
YUV 154.73 120.26 185.97 -
System Red Green Blue C M Y K H S L
Decimal 236 116 141 0 0.51 0.40 0.07 347.5 0.76 0.69
Hex EC 74 8D 0 33 28 7 15C 4C 45
Octal 354 164 215 0 63 50 7 534 114 105
Binary 11101100 1110100 10001101 0 110011 101000 111 101011100 1001100 1000101

Color Harmonies of #EC748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC748D

Black with #EC748D

Text Example


Text Example

White with #EC748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC748D; }

 p { color: rgb(236,116,141); }

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

background-color css

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

 a { background-color: rgb(236,116,141); }

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

border-color css

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

 span { border-color: rgb(236,116,141); }

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