Html Css Color HEX #E76BA2 Pale Violet Red

📋 copy color: '#E76BA2'

red 231 ◦ green 107 ◦ blue 162

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

Shades of Pale Violet Red #E76BA2

Tints of Pale Violet Red #E76BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.4%

R = 46.2%
G = 21.4%
B = 32.4%

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

#E76BA2 (or 0xE76BA2) is known color: Pale Violet Red. HEX triplet: E7, 6B and A2. RGB value is (231,107,162). Sum of RGB (Red+Green+Blue) = 231+107+162=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76BA2 is #18945D. Grayscale: #969696. Windows color (decimal): -1610846 or 10644455. OLE color: 10644455.

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

Color convert

RGB 231 107 162 -
CMYK 0 0.54 0.30 0.09
HSL 333.39º 0.72% 0.66% -
HSV(B) 333.39º 0.54% 0.91% -
XYZ 44.73 30.11 37.64 -
YUV 150.35 134.58 185.53 -
System Red Green Blue C M Y K H S L
Decimal 231 107 162 0 0.54 0.30 0.09 333.39 0.72 0.66
Hex E7 6B A2 0 36 1E 9 14D 48 42
Octal 347 153 242 0 66 36 11 515 110 102
Binary 11100111 1101011 10100010 0 110110 11110 1001 101001101 1001000 1000010

Color Harmonies of #E76BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BA2

Black with #E76BA2

Text Example


Text Example

White with #E76BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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