Html Css Color HEX #E76196 Pale Violet Red

📋 copy color: '#E76196'

red 231 ◦ green 97 ◦ blue 150

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

Shades of Pale Violet Red #E76196

Tints of Pale Violet Red #E76196

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.29%

 BLUE value IS 150 (58.98% from 255) = 31.38%

R = 48.33%
G = 20.29%
B = 31.38%

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

#E76196 (or 0xE76196) is known color: Pale Violet Red. HEX triplet: E7, 61 and 96. RGB value is (231,97,150). Sum of RGB (Red+Green+Blue) = 231+97+150=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E76196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76196 is #189E69. Grayscale: #8F8F8F. Windows color (decimal): -1613418 or 9855463. OLE color: 9855463.

HSL color Cylindrical-coordinate representation of color #E76196: hue angle of 336.27º 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 #E76196 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 97 150 -
CMYK 0 0.58 0.35 0.09
HSL 336.27º 0.74% 0.64% -
HSV(B) 336.27º 0.58% 0.91% -
XYZ 42.73 27.74 31.96 -
YUV 143.11 131.89 190.69 -
System Red Green Blue C M Y K H S L
Decimal 231 97 150 0 0.58 0.35 0.09 336.27 0.74 0.64
Hex E7 61 96 0 3A 23 9 150 4A 40
Octal 347 141 226 0 72 43 11 520 112 100
Binary 11100111 1100001 10010110 0 111010 100011 1001 101010000 1001010 1000000

Color Harmonies of #E76196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76196

Black with #E76196

Text Example


Text Example

White with #E76196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76196; }

 p { color: rgb(231,97,150); }

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

background-color css

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

 a { background-color: rgb(231,97,150); }

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

border-color css

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

 span { border-color: rgb(231,97,150); }

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