Html Css Color HEX #E07097 Pale Violet Red

📋 copy color: '#E07097'

red 224 ◦ green 112 ◦ blue 151

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

Shades of Pale Violet Red #E07097

Tints of Pale Violet Red #E07097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23%

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

R = 46%
G = 23%
B = 31.01%

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

#E07097 (or 0xE07097) is known color: Pale Violet Red. HEX triplet: E0, 70 and 97. RGB value is (224,112,151). Sum of RGB (Red+Green+Blue) = 224+112+151=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E07097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07097 is #1F8F68. Grayscale: #959595. Windows color (decimal): -2068329 or 9924832. OLE color: 9924832.

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

Color convert

RGB 224 112 151 -
CMYK 0 0.50 0.33 0.12
HSL 339.11º 0.64% 0.66% -
HSV(B) 339.11º 0.5% 0.88% -
XYZ 42.12 29.67 32.79 -
YUV 149.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 224 112 151 0 0.50 0.33 0.12 339.11 0.64 0.66
Hex E0 70 97 0 32 21 C 153 40 42
Octal 340 160 227 0 62 41 14 523 100 102
Binary 11100000 1110000 10010111 0 110010 100001 1100 101010011 1000000 1000010

Color Harmonies of #E07097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07097

Black with #E07097

Text Example


Text Example

White with #E07097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07097; }

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

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

background-color css

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

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

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

border-color css

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

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

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