Html Css Color HEX #E57491 Deep Blush

📋 copy color: '#E57491'

red 229 ◦ green 116 ◦ blue 145

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

Shades of Deep Blush #E57491

Tints of Deep Blush #E57491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.59%

R = 46.73%
G = 23.67%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E57491 (or 0xE57491) is known color: Deep Blush. HEX triplet: E5, 74 and 91. RGB value is (229,116,145). Sum of RGB (Red+Green+Blue) = 229+116+145=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E57491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57491 is #1A8B6E. Grayscale: #999999. Windows color (decimal): -1739631 or 9532645. OLE color: 9532645.

HSL color Cylindrical-coordinate representation of color #E57491: hue angle of 344.6º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E57491 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 116 145 -
CMYK 0 0.49 0.37 0.10
HSL 344.6º 0.68% 0.68% -
HSV(B) 344.6º 0.49% 0.9% -
XYZ 43.67 31.19 30.51 -
YUV 153.09 123.44 182.14 -
System Red Green Blue C M Y K H S L
Decimal 229 116 145 0 0.49 0.37 0.10 344.6 0.68 0.68
Hex E5 74 91 0 31 25 A 159 44 44
Octal 345 164 221 0 61 45 12 531 104 104
Binary 11100101 1110100 10010001 0 110001 100101 1010 101011001 1000100 1000100

Color Harmonies of #E57491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57491

Black with #E57491

Text Example


Text Example

White with #E57491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57491; }

 p { color: rgb(229,116,145); }

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

background-color css

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

 a { background-color: rgb(229,116,145); }

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

border-color css

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

 span { border-color: rgb(229,116,145); }

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