Html Css Color HEX #E76696 Pale Violet Red

📋 copy color: '#E76696'

red 231 ◦ green 102 ◦ blue 150

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

Shades of Pale Violet Red #E76696

Tints of Pale Violet Red #E76696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.12%

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

R = 47.83%
G = 21.12%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E76696 (or 0xE76696) is known color: Pale Violet Red. HEX triplet: E7, 66 and 96. RGB value is (231,102,150). Sum of RGB (Red+Green+Blue) = 231+102+150=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E76696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76696 is #189969. Grayscale: #919191. Windows color (decimal): -1612138 or 9856743. OLE color: 9856743.

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

Color convert

RGB 231 102 150 -
CMYK 0 0.56 0.35 0.09
HSL 337.67º 0.73% 0.65% -
HSV(B) 337.67º 0.56% 0.91% -
XYZ 43.21 28.69 32.12 -
YUV 146.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 231 102 150 0 0.56 0.35 0.09 337.67 0.73 0.65
Hex E7 66 96 0 38 23 9 152 49 41
Octal 347 146 226 0 70 43 11 522 111 101
Binary 11100111 1100110 10010110 0 111000 100011 1001 101010010 1001001 1000001

Color Harmonies of #E76696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76696

Black with #E76696

Text Example


Text Example

White with #E76696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76696; }

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

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

background-color css

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

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

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

border-color css

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

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

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