Html Css Color HEX #E76996 Pale Violet Red

📋 copy color: '#E76996'

red 231 ◦ green 105 ◦ blue 150

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

Shades of Pale Violet Red #E76996

Tints of Pale Violet Red #E76996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.6%

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

R = 47.53%
G = 21.6%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E76996 (or 0xE76996) is known color: Pale Violet Red. HEX triplet: E7, 69 and 96. RGB value is (231,105,150). Sum of RGB (Red+Green+Blue) = 231+105+150=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E76996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76996 is #189669. Grayscale: #939393. Windows color (decimal): -1611370 or 9857511. OLE color: 9857511.

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

Color convert

RGB 231 105 150 -
CMYK 0 0.55 0.35 0.09
HSL 338.57º 0.72% 0.66% -
HSV(B) 338.57º 0.55% 0.91% -
XYZ 43.51 29.29 32.22 -
YUV 147.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 231 105 150 0 0.55 0.35 0.09 338.57 0.72 0.66
Hex E7 69 96 0 37 23 9 153 48 42
Octal 347 151 226 0 67 43 11 523 110 102
Binary 11100111 1101001 10010110 0 110111 100011 1001 101010011 1001000 1000010

Color Harmonies of #E76996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76996

Black with #E76996

Text Example


Text Example

White with #E76996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76996; }

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

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

background-color css

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

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

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

border-color css

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

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

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