Html Css Color HEX #E07796 Pale Violet Red

📋 copy color: '#E07796'

red 224 ◦ green 119 ◦ blue 150

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

Shades of Pale Violet Red #E07796

Tints of Pale Violet Red #E07796

RGB

 RED value IS 224 (87.89% from 255) = 45.44%

 GREEN value IS 119 (46.88% from 255) = 24.14%

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

R = 45.44%
G = 24.14%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E07796 (or 0xE07796) is known color: Pale Violet Red. HEX triplet: E0, 77 and 96. RGB value is (224,119,150). Sum of RGB (Red+Green+Blue) = 224+119+150=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E07796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07796 is #1F8869. Grayscale: #999999. Windows color (decimal): -2066538 or 9861088. OLE color: 9861088.

HSL color Cylindrical-coordinate representation of color #E07796: hue angle of 342.29º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07796 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 119 150 -
CMYK 0 0.47 0.33 0.12
HSL 342.29º 0.63% 0.67% -
HSV(B) 342.29º 0.47% 0.88% -
XYZ 42.84 31.24 32.63 -
YUV 153.93 125.79 177.98 -
System Red Green Blue C M Y K H S L
Decimal 224 119 150 0 0.47 0.33 0.12 342.29 0.63 0.67
Hex E0 77 96 0 2F 21 C 156 3F 43
Octal 340 167 226 0 57 41 14 526 77 103
Binary 11100000 1110111 10010110 0 101111 100001 1100 101010110 111111 1000011

Color Harmonies of #E07796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07796

Black with #E07796

Text Example


Text Example

White with #E07796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07796; }

 p { color: rgb(224,119,150); }

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

background-color css

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

 a { background-color: rgb(224,119,150); }

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

border-color css

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

 span { border-color: rgb(224,119,150); }

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