Html Css Color HEX #E76D9A Pale Violet Red

📋 copy color: '#E76D9A'

red 231 ◦ green 109 ◦ blue 154

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

Shades of Pale Violet Red #E76D9A

Tints of Pale Violet Red #E76D9A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.06%

 BLUE value IS 154 (60.55% from 255) = 31.17%

R = 46.76%
G = 22.06%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E76D9A (or 0xE76D9A) is known color: Pale Violet Red. HEX triplet: E7, 6D and 9A. RGB value is (231,109,154). Sum of RGB (Red+Green+Blue) = 231+109+154=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76D9A is #189265. Grayscale: #969696. Windows color (decimal): -1610342 or 10120679. OLE color: 10120679.

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

Color convert

RGB 231 109 154 -
CMYK 0 0.53 0.33 0.09
HSL 337.87º 0.72% 0.67% -
HSV(B) 337.87º 0.53% 0.91% -
XYZ 44.26 30.26 34.08 -
YUV 150.61 129.92 185.34 -
System Red Green Blue C M Y K H S L
Decimal 231 109 154 0 0.53 0.33 0.09 337.87 0.72 0.67
Hex E7 6D 9A 0 35 21 9 152 48 43
Octal 347 155 232 0 65 41 11 522 110 103
Binary 11100111 1101101 10011010 0 110101 100001 1001 101010010 1001000 1000011

Color Harmonies of #E76D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76D9A

Black with #E76D9A

Text Example


Text Example

White with #E76D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76D9A; }

 p { color: rgb(231,109,154); }

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

background-color css

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

 a { background-color: rgb(231,109,154); }

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

border-color css

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

 span { border-color: rgb(231,109,154); }

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