Html Css Color HEX #E5728A Deep Blush

📋 copy color: '#E5728A'

red 229 ◦ green 114 ◦ blue 138

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

Shades of Deep Blush #E5728A

Tints of Deep Blush #E5728A

RGB

 RED value IS 229 (89.84% from 255) = 47.61%

 GREEN value IS 114 (44.92% from 255) = 23.7%

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

R = 47.61%
G = 23.7%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5728A (or 0xE5728A) is known color: Deep Blush. HEX triplet: E5, 72 and 8A. RGB value is (229,114,138). Sum of RGB (Red+Green+Blue) = 229+114+138=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E5728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5728A is #1A8D75. Grayscale: #979797. Windows color (decimal): -1740150 or 9073381. OLE color: 9073381.

HSL color Cylindrical-coordinate representation of color #E5728A: hue angle of 347.48º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5728A is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 114 138 -
CMYK 0 0.50 0.40 0.10
HSL 347.48º 0.69% 0.67% -
HSV(B) 347.48º 0.5% 0.9% -
XYZ 42.92 30.53 27.68 -
YUV 151.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 229 114 138 0 0.50 0.40 0.10 347.48 0.69 0.67
Hex E5 72 8A 0 32 28 A 15B 45 43
Octal 345 162 212 0 62 50 12 533 105 103
Binary 11100101 1110010 10001010 0 110010 101000 1010 101011011 1000101 1000011

Color Harmonies of #E5728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5728A

Black with #E5728A

Text Example


Text Example

White with #E5728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5728A; }

 p { color: rgb(229,114,138); }

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

background-color css

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

 a { background-color: rgb(229,114,138); }

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

border-color css

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

 span { border-color: rgb(229,114,138); }

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