Html Css Color HEX #EC748A Deep Blush

📋 copy color: '#EC748A'

red 236 ◦ green 116 ◦ blue 138

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

Shades of Deep Blush #EC748A

Tints of Deep Blush #EC748A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 48.16%
G = 23.67%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC748A (or 0xEC748A) is known color: Deep Blush. HEX triplet: EC, 74 and 8A. RGB value is (236,116,138). Sum of RGB (Red+Green+Blue) = 236+116+138=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC748A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC748A is #138B75. Grayscale: #9A9A9A. Windows color (decimal): -1280886 or 9073900. OLE color: 9073900.

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

Color convert

RGB 236 116 138 -
CMYK 0 0.51 0.42 0.07
HSL 349º 0.76% 0.69% -
HSV(B) 349º 0.51% 0.93% -
XYZ 45.42 32.16 27.86 -
YUV 154.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 236 116 138 0 0.51 0.42 0.07 349 0.76 0.69
Hex EC 74 8A 0 33 2A 7 15D 4C 45
Octal 354 164 212 0 63 52 7 535 114 105
Binary 11101100 1110100 10001010 0 110011 101010 111 101011101 1001100 1000101

Color Harmonies of #EC748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC748A

Black with #EC748A

Text Example


Text Example

White with #EC748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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