Html Css Color HEX #E76097 Pale Violet Red

📋 copy color: '#E76097'

red 231 ◦ green 96 ◦ blue 151

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

Shades of Pale Violet Red #E76097

Tints of Pale Violet Red #E76097

RGB

 RED value IS 231 (90.63% from 255) = 48.33%

 GREEN value IS 96 (37.89% from 255) = 20.08%

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

R = 48.33%
G = 20.08%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E76097 (or 0xE76097) is known color: Pale Violet Red. HEX triplet: E7, 60 and 97. RGB value is (231,96,151). Sum of RGB (Red+Green+Blue) = 231+96+151=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E76097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76097 is #189F68. Grayscale: #8E8E8E. Windows color (decimal): -1613673 or 9920743. OLE color: 9920743.

HSL color Cylindrical-coordinate representation of color #E76097: hue angle of 335.56º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76097 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 96 151 -
CMYK 0 0.58 0.35 0.09
HSL 335.56º 0.74% 0.64% -
HSV(B) 335.56º 0.58% 0.91% -
XYZ 42.72 27.59 32.35 -
YUV 142.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 231 96 151 0 0.58 0.35 0.09 335.56 0.74 0.64
Hex E7 60 97 0 3A 23 9 150 4A 40
Octal 347 140 227 0 72 43 11 520 112 100
Binary 11100111 1100000 10010111 0 111010 100011 1001 101010000 1001010 1000000

Color Harmonies of #E76097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76097

Black with #E76097

Text Example


Text Example

White with #E76097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76097; }

 p { color: rgb(231,96,151); }

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

background-color css

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

 a { background-color: rgb(231,96,151); }

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

border-color css

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

 span { border-color: rgb(231,96,151); }

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