Html Css Color HEX #E76BA1 Pale Violet Red

📋 copy color: '#E76BA1'

red 231 ◦ green 107 ◦ blue 161

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

Shades of Pale Violet Red #E76BA1

Tints of Pale Violet Red #E76BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.26%

R = 46.29%
G = 21.44%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E76BA1 (or 0xE76BA1) is known color: Pale Violet Red. HEX triplet: E7, 6B and A1. RGB value is (231,107,161). Sum of RGB (Red+Green+Blue) = 231+107+161=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76BA1 is #18945E. Grayscale: #969696. Windows color (decimal): -1610847 or 10578919. OLE color: 10578919.

HSL color Cylindrical-coordinate representation of color #E76BA1: hue angle of 333.87º 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 #E76BA1 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 107 161 -
CMYK 0 0.54 0.30 0.09
HSL 333.87º 0.72% 0.66% -
HSV(B) 333.87º 0.54% 0.91% -
XYZ 44.65 30.08 37.17 -
YUV 150.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 231 107 161 0 0.54 0.30 0.09 333.87 0.72 0.66
Hex E7 6B A1 0 36 1E 9 14E 48 42
Octal 347 153 241 0 66 36 11 516 110 102
Binary 11100111 1101011 10100001 0 110110 11110 1001 101001110 1001000 1000010

Color Harmonies of #E76BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BA1

Black with #E76BA1

Text Example


Text Example

White with #E76BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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