Html Css Color HEX #E76B9A Pale Violet Red

📋 copy color: '#E76B9A'

red 231 ◦ green 107 ◦ blue 154

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

Shades of Pale Violet Red #E76B9A

Tints of Pale Violet Red #E76B9A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.75%

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

R = 46.95%
G = 21.75%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E76B9A (or 0xE76B9A) is known color: Pale Violet Red. HEX triplet: E7, 6B and 9A. RGB value is (231,107,154). Sum of RGB (Red+Green+Blue) = 231+107+154=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76B9A is #189465. Grayscale: #959595. Windows color (decimal): -1610854 or 10120167. OLE color: 10120167.

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

Color convert

RGB 231 107 154 -
CMYK 0 0.54 0.33 0.09
HSL 337.26º 0.72% 0.66% -
HSV(B) 337.26º 0.54% 0.91% -
XYZ 44.05 29.84 34.01 -
YUV 149.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 231 107 154 0 0.54 0.33 0.09 337.26 0.72 0.66
Hex E7 6B 9A 0 36 21 9 151 48 42
Octal 347 153 232 0 66 41 11 521 110 102
Binary 11100111 1101011 10011010 0 110110 100001 1001 101010001 1001000 1000010

Color Harmonies of #E76B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76B9A

Black with #E76B9A

Text Example


Text Example

White with #E76B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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