Html Css Color HEX #E57A8A Deep Blush

📋 copy color: '#E57A8A'

red 229 ◦ green 122 ◦ blue 138

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

Shades of Deep Blush #E57A8A

Tints of Deep Blush #E57A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.95%

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

R = 46.83%
G = 24.95%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E57A8A (or 0xE57A8A) is known color: Deep Blush. HEX triplet: E5, 7A and 8A. RGB value is (229,122,138). Sum of RGB (Red+Green+Blue) = 229+122+138=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57A8A is #1A8575. Grayscale: #9B9B9B. Windows color (decimal): -1738102 or 9075429. OLE color: 9075429.

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

Color convert

RGB 229 122 138 -
CMYK 0 0.47 0.40 0.10
HSL 351.03º 0.67% 0.69% -
HSV(B) 351.03º 0.47% 0.9% -
XYZ 43.86 32.41 27.99 -
YUV 155.82 117.95 180.2 -
System Red Green Blue C M Y K H S L
Decimal 229 122 138 0 0.47 0.40 0.10 351.03 0.67 0.69
Hex E5 7A 8A 0 2F 28 A 15F 43 45
Octal 345 172 212 0 57 50 12 537 103 105
Binary 11100101 1111010 10001010 0 101111 101000 1010 101011111 1000011 1000101

Color Harmonies of #E57A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57A8A

Black with #E57A8A

Text Example


Text Example

White with #E57A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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