Html Css Color HEX #EC748B Deep Blush

📋 copy color: '#EC748B'

red 236 ◦ green 116 ◦ blue 139

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

Shades of Deep Blush #EC748B

Tints of Deep Blush #EC748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 48.07%
G = 23.63%
B = 28.31%

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

#EC748B (or 0xEC748B) is known color: Deep Blush. HEX triplet: EC, 74 and 8B. RGB value is (236,116,139). Sum of RGB (Red+Green+Blue) = 236+116+139=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC748B is #138B74. Grayscale: #9A9A9A. Windows color (decimal): -1280885 or 9139436. OLE color: 9139436.

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

Color convert

RGB 236 116 139 -
CMYK 0 0.51 0.41 0.07
HSL 348.5º 0.76% 0.69% -
HSV(B) 348.5º 0.51% 0.93% -
XYZ 45.5 32.19 28.24 -
YUV 154.5 119.26 186.13 -
System Red Green Blue C M Y K H S L
Decimal 236 116 139 0 0.51 0.41 0.07 348.5 0.76 0.69
Hex EC 74 8B 0 33 29 7 15C 4C 45
Octal 354 164 213 0 63 51 7 534 114 105
Binary 11101100 1110100 10001011 0 110011 101001 111 101011100 1001100 1000101

Color Harmonies of #EC748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC748B

Black with #EC748B

Text Example


Text Example

White with #EC748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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