Html Css Color HEX #E0748A Deep Blush

📋 copy color: '#E0748A'

red 224 ◦ green 116 ◦ blue 138

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

Shades of Deep Blush #E0748A

Tints of Deep Blush #E0748A

RGB

 RED value IS 224 (87.89% from 255) = 46.86%

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

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

R = 46.86%
G = 24.27%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0748A (or 0xE0748A) is known color: Deep Blush. HEX triplet: E0, 74 and 8A. RGB value is (224,116,138). Sum of RGB (Red+Green+Blue) = 224+116+138=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E0748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0748A is #1F8B75. Grayscale: #969696. Windows color (decimal): -2067318 or 9073888. OLE color: 9073888.

HSL color Cylindrical-coordinate representation of color #E0748A: hue angle of 347.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0748A is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 138 -
CMYK 0 0.48 0.38 0.12
HSL 347.78º 0.64% 0.67% -
HSV(B) 347.78º 0.48% 0.88% -
XYZ 41.57 30.17 27.68 -
YUV 150.8 120.78 180.21 -
System Red Green Blue C M Y K H S L
Decimal 224 116 138 0 0.48 0.38 0.12 347.78 0.64 0.67
Hex E0 74 8A 0 30 26 C 15C 40 43
Octal 340 164 212 0 60 46 14 534 100 103
Binary 11100000 1110100 10001010 0 110000 100110 1100 101011100 1000000 1000011

Color Harmonies of #E0748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0748A

Black with #E0748A

Text Example


Text Example

White with #E0748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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