Html Css Color HEX #E76BA5 Pale Violet Red

📋 copy color: '#E76BA5'

red 231 ◦ green 107 ◦ blue 165

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

Shades of Pale Violet Red #E76BA5

Tints of Pale Violet Red #E76BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.8%

R = 45.92%
G = 21.27%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E76BA5 (or 0xE76BA5) is known color: Pale Violet Red. HEX triplet: E7, 6B and A5. RGB value is (231,107,165). Sum of RGB (Red+Green+Blue) = 231+107+165=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76BA5 is #18945A. Grayscale: #969696. Windows color (decimal): -1610843 or 10841063. OLE color: 10841063.

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

Color convert

RGB 231 107 165 -
CMYK 0 0.54 0.29 0.09
HSL 331.94º 0.72% 0.66% -
HSV(B) 331.94º 0.54% 0.91% -
XYZ 45 30.22 39.06 -
YUV 150.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 231 107 165 0 0.54 0.29 0.09 331.94 0.72 0.66
Hex E7 6B A5 0 36 1D 9 14C 48 42
Octal 347 153 245 0 66 35 11 514 110 102
Binary 11100111 1101011 10100101 0 110110 11101 1001 101001100 1001000 1000010

Color Harmonies of #E76BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BA5

Black with #E76BA5

Text Example


Text Example

White with #E76BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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