Html Css Color HEX #E57484 Deep Blush

📋 copy color: '#E57484'

red 229 ◦ green 116 ◦ blue 132

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

Shades of Deep Blush #E57484

Tints of Deep Blush #E57484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.67%

R = 48.01%
G = 24.32%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E57484 (or 0xE57484) is known color: Deep Blush. HEX triplet: E5, 74 and 84. RGB value is (229,116,132). Sum of RGB (Red+Green+Blue) = 229+116+132=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E57484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57484 is #1A8B7B. Grayscale: #979797. Windows color (decimal): -1739644 or 8680677. OLE color: 8680677.

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

Color convert

RGB 229 116 132 -
CMYK 0 0.49 0.42 0.10
HSL 351.5º 0.68% 0.68% -
HSV(B) 351.5º 0.49% 0.9% -
XYZ 42.72 30.81 25.53 -
YUV 151.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 229 116 132 0 0.49 0.42 0.10 351.5 0.68 0.68
Hex E5 74 84 0 31 2A A 160 44 44
Octal 345 164 204 0 61 52 12 540 104 104
Binary 11100101 1110100 10000100 0 110001 101010 1010 101100000 1000100 1000100

Color Harmonies of #E57484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57484

Black with #E57484

Text Example


Text Example

White with #E57484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57484; }

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

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

background-color css

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

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

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

border-color css

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

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

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