Html Css Color HEX #E76296 Pale Violet Red

📋 copy color: '#E76296'

red 231 ◦ green 98 ◦ blue 150

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

Shades of Pale Violet Red #E76296

Tints of Pale Violet Red #E76296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.46%

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

R = 48.23%
G = 20.46%
B = 31.32%

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

#E76296 (or 0xE76296) is known color: Pale Violet Red. HEX triplet: E7, 62 and 96. RGB value is (231,98,150). Sum of RGB (Red+Green+Blue) = 231+98+150=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E76296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76296 is #189D69. Grayscale: #8F8F8F. Windows color (decimal): -1613162 or 9855719. OLE color: 9855719.

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

Color convert

RGB 231 98 150 -
CMYK 0 0.58 0.35 0.09
HSL 336.54º 0.73% 0.65% -
HSV(B) 336.54º 0.58% 0.91% -
XYZ 42.83 27.93 31.99 -
YUV 143.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 231 98 150 0 0.58 0.35 0.09 336.54 0.73 0.65
Hex E7 62 96 0 3A 23 9 151 49 41
Octal 347 142 226 0 72 43 11 521 111 101
Binary 11100111 1100010 10010110 0 111010 100011 1001 101010001 1001001 1000001

Color Harmonies of #E76296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76296

Black with #E76296

Text Example


Text Example

White with #E76296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76296; }

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

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

background-color css

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

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

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

border-color css

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

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

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