Html Css Color HEX #E07197 Pale Violet Red

📋 copy color: '#E07197'

red 224 ◦ green 113 ◦ blue 151

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

Shades of Pale Violet Red #E07197

Tints of Pale Violet Red #E07197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.16%

 BLUE value IS 151 (59.38% from 255) = 30.94%

R = 45.9%
G = 23.16%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E07197 (or 0xE07197) is known color: Pale Violet Red. HEX triplet: E0, 71 and 97. RGB value is (224,113,151). Sum of RGB (Red+Green+Blue) = 224+113+151=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E07197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07197 is #1F8E68. Grayscale: #969696. Windows color (decimal): -2068073 or 9925088. OLE color: 9925088.

HSL color Cylindrical-coordinate representation of color #E07197: hue angle of 339.46º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07197 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 151 -
CMYK 0 0.50 0.33 0.12
HSL 339.46º 0.64% 0.66% -
HSV(B) 339.46º 0.5% 0.88% -
XYZ 42.23 29.89 32.82 -
YUV 150.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 224 113 151 0 0.50 0.33 0.12 339.46 0.64 0.66
Hex E0 71 97 0 32 21 C 153 40 42
Octal 340 161 227 0 62 41 14 523 100 102
Binary 11100000 1110001 10010111 0 110010 100001 1100 101010011 1000000 1000010

Color Harmonies of #E07197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07197

Black with #E07197

Text Example


Text Example

White with #E07197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07197; }

 p { color: rgb(224,113,151); }

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

background-color css

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

 a { background-color: rgb(224,113,151); }

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

border-color css

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

 span { border-color: rgb(224,113,151); }

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