Html Css Color HEX #E2748D Deep Blush

📋 copy color: '#E2748D'

red 226 ◦ green 116 ◦ blue 141

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

Shades of Deep Blush #E2748D

Tints of Deep Blush #E2748D

RGB

 RED value IS 226 (88.67% from 255) = 46.79%

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

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

R = 46.79%
G = 24.02%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2748D (or 0xE2748D) is known color: Deep Blush. HEX triplet: E2, 74 and 8D. RGB value is (226,116,141). Sum of RGB (Red+Green+Blue) = 226+116+141=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2748D is #1D8B72. Grayscale: #979797. Windows color (decimal): -1936243 or 9270498. OLE color: 9270498.

HSL color Cylindrical-coordinate representation of color #E2748D: hue angle of 346.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2748D is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 116 141 -
CMYK 0 0.49 0.38 0.11
HSL 346.36º 0.65% 0.67% -
HSV(B) 346.36º 0.49% 0.89% -
XYZ 42.42 30.58 28.87 -
YUV 151.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 226 116 141 0 0.49 0.38 0.11 346.36 0.65 0.67
Hex E2 74 8D 0 31 26 B 15A 41 43
Octal 342 164 215 0 61 46 13 532 101 103
Binary 11100010 1110100 10001101 0 110001 100110 1011 101011010 1000001 1000011

Color Harmonies of #E2748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2748D

Black with #E2748D

Text Example


Text Example

White with #E2748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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