Html Css Color HEX #E57482 Deep Blush

📋 copy color: '#E57482'

red 229 ◦ green 116 ◦ blue 130

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

Shades of Deep Blush #E57482

Tints of Deep Blush #E57482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.37%

R = 48.21%
G = 24.42%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E57482 (or 0xE57482) is known color: Deep Blush. HEX triplet: E5, 74 and 82. RGB value is (229,116,130). Sum of RGB (Red+Green+Blue) = 229+116+130=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E57482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57482 is #1A8B7D. Grayscale: #979797. Windows color (decimal): -1739646 or 8549605. OLE color: 8549605.

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

Color convert

RGB 229 116 130 -
CMYK 0 0.49 0.43 0.10
HSL 352.57º 0.68% 0.68% -
HSV(B) 352.57º 0.49% 0.9% -
XYZ 42.59 30.76 24.81 -
YUV 151.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 229 116 130 0 0.49 0.43 0.10 352.57 0.68 0.68
Hex E5 74 82 0 31 2B A 161 44 44
Octal 345 164 202 0 61 53 12 541 104 104
Binary 11100101 1110100 10000010 0 110001 101011 1010 101100001 1000100 1000100

Color Harmonies of #E57482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57482

Black with #E57482

Text Example


Text Example

White with #E57482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57482; }

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

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

background-color css

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

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

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

border-color css

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

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

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