Html Css Color HEX #E56096 Pale Violet Red

📋 copy color: '#E56096'

red 229 ◦ green 96 ◦ blue 150

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

Shades of Pale Violet Red #E56096

Tints of Pale Violet Red #E56096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.21%

 BLUE value IS 150 (58.98% from 255) = 31.58%

R = 48.21%
G = 20.21%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E56096 (or 0xE56096) is known color: Pale Violet Red. HEX triplet: E5, 60 and 96. RGB value is (229,96,150). Sum of RGB (Red+Green+Blue) = 229+96+150=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E56096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56096 is #1A9F69. Grayscale: #8D8D8D. Windows color (decimal): -1744746 or 9855205. OLE color: 9855205.

HSL color Cylindrical-coordinate representation of color #E56096: hue angle of 335.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56096 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 96 150 -
CMYK 0 0.58 0.34 0.10
HSL 335.64º 0.72% 0.64% -
HSV(B) 335.64º 0.58% 0.9% -
XYZ 42 27.23 31.9 -
YUV 141.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 229 96 150 0 0.58 0.34 0.10 335.64 0.72 0.64
Hex E5 60 96 0 3A 22 A 150 48 40
Octal 345 140 226 0 72 42 12 520 110 100
Binary 11100101 1100000 10010110 0 111010 100010 1010 101010000 1001000 1000000

Color Harmonies of #E56096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56096

Black with #E56096

Text Example


Text Example

White with #E56096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56096; }

 p { color: rgb(229,96,150); }

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

background-color css

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

 a { background-color: rgb(229,96,150); }

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

border-color css

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

 span { border-color: rgb(229,96,150); }

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