Html Css Color HEX #E07997 Pale Violet Red

📋 copy color: '#E07997'

red 224 ◦ green 121 ◦ blue 151

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

Shades of Pale Violet Red #E07997

Tints of Pale Violet Red #E07997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.4%

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

R = 45.16%
G = 24.4%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E07997 (or 0xE07997) is known color: Pale Violet Red. HEX triplet: E0, 79 and 97. RGB value is (224,121,151). Sum of RGB (Red+Green+Blue) = 224+121+151=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E07997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07997 is #1F8668. Grayscale: #9B9B9B. Windows color (decimal): -2066025 or 9927136. OLE color: 9927136.

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

Color convert

RGB 224 121 151 -
CMYK 0 0.46 0.33 0.12
HSL 342.52º 0.62% 0.68% -
HSV(B) 342.52º 0.46% 0.88% -
XYZ 43.16 31.76 33.13 -
YUV 155.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 224 121 151 0 0.46 0.33 0.12 342.52 0.62 0.68
Hex E0 79 97 0 2E 21 C 157 3E 44
Octal 340 171 227 0 56 41 14 527 76 104
Binary 11100000 1111001 10010111 0 101110 100001 1100 101010111 111110 1000100

Color Harmonies of #E07997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07997

Black with #E07997

Text Example


Text Example

White with #E07997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07997; }

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

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

background-color css

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

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

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

border-color css

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

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

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