Html Css Color HEX #E07397 Pale Violet Red

📋 copy color: '#E07397'

red 224 ◦ green 115 ◦ blue 151

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

Shades of Pale Violet Red #E07397

Tints of Pale Violet Red #E07397

RGB

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

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

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

R = 45.71%
G = 23.47%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E07397 (or 0xE07397) is known color: Pale Violet Red. HEX triplet: E0, 73 and 97. RGB value is (224,115,151). Sum of RGB (Red+Green+Blue) = 224+115+151=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E07397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07397 is #1F8C68. Grayscale: #979797. Windows color (decimal): -2067561 or 9925600. OLE color: 9925600.

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

Color convert

RGB 224 115 151 -
CMYK 0 0.49 0.33 0.12
HSL 340.18º 0.64% 0.66% -
HSV(B) 340.18º 0.49% 0.88% -
XYZ 42.46 30.34 32.9 -
YUV 151.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 224 115 151 0 0.49 0.33 0.12 340.18 0.64 0.66
Hex E0 73 97 0 31 21 C 154 40 42
Octal 340 163 227 0 61 41 14 524 100 102
Binary 11100000 1110011 10010111 0 110001 100001 1100 101010100 1000000 1000010

Color Harmonies of #E07397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07397

Black with #E07397

Text Example


Text Example

White with #E07397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07397; }

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

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

background-color css

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

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

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

border-color css

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

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

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