Html Css Color HEX #E57394 Pale Violet Red

📋 copy color: '#E57394'

red 229 ◦ green 115 ◦ blue 148

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

Shades of Pale Violet Red #E57394

Tints of Pale Violet Red #E57394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.37%

 BLUE value IS 148 (58.2% from 255) = 30.08%

R = 46.54%
G = 23.37%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E57394 (or 0xE57394) is known color: Pale Violet Red. HEX triplet: E5, 73 and 94. RGB value is (229,115,148). Sum of RGB (Red+Green+Blue) = 229+115+148=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E57394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57394 is #1A8C6B. Grayscale: #989898. Windows color (decimal): -1739884 or 9728997. OLE color: 9728997.

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

Color convert

RGB 229 115 148 -
CMYK 0 0.50 0.35 0.10
HSL 342.63º 0.69% 0.67% -
HSV(B) 342.63º 0.5% 0.9% -
XYZ 43.79 31.06 31.7 -
YUV 152.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 229 115 148 0 0.50 0.35 0.10 342.63 0.69 0.67
Hex E5 73 94 0 32 23 A 157 45 43
Octal 345 163 224 0 62 43 12 527 105 103
Binary 11100101 1110011 10010100 0 110010 100011 1010 101010111 1000101 1000011

Color Harmonies of #E57394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57394

Black with #E57394

Text Example


Text Example

White with #E57394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57394; }

 p { color: rgb(229,115,148); }

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

background-color css

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

 a { background-color: rgb(229,115,148); }

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

border-color css

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

 span { border-color: rgb(229,115,148); }

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