Html Css Color HEX #EC748C Deep Blush

📋 copy color: '#EC748C'

red 236 ◦ green 116 ◦ blue 140

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

Shades of Deep Blush #EC748C

Tints of Deep Blush #EC748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 47.97%
G = 23.58%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC748C (or 0xEC748C) is known color: Deep Blush. HEX triplet: EC, 74 and 8C. RGB value is (236,116,140). Sum of RGB (Red+Green+Blue) = 236+116+140=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC748C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC748C is #138B73. Grayscale: #9A9A9A. Windows color (decimal): -1280884 or 9204972. OLE color: 9204972.

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

Color convert

RGB 236 116 140 -
CMYK 0 0.51 0.41 0.07
HSL 348º 0.76% 0.69% -
HSV(B) 348º 0.51% 0.93% -
XYZ 45.57 32.22 28.63 -
YUV 154.62 119.76 186.05 -
System Red Green Blue C M Y K H S L
Decimal 236 116 140 0 0.51 0.41 0.07 348 0.76 0.69
Hex EC 74 8C 0 33 29 7 15C 4C 45
Octal 354 164 214 0 63 51 7 534 114 105
Binary 11101100 1110100 10001100 0 110011 101001 111 101011100 1001100 1000101

Color Harmonies of #EC748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC748C

Black with #EC748C

Text Example


Text Example

White with #EC748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC748C; }

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

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

background-color css

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

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

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

border-color css

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

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

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