Html Css Color HEX #E76492 Pale Violet Red

📋 copy color: '#E76492'

red 231 ◦ green 100 ◦ blue 146

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

Shades of Pale Violet Red #E76492

Tints of Pale Violet Red #E76492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.96%

 BLUE value IS 146 (57.42% from 255) = 30.61%

R = 48.43%
G = 20.96%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E76492 (or 0xE76492) is known color: Pale Violet Red. HEX triplet: E7, 64 and 92. RGB value is (231,100,146). Sum of RGB (Red+Green+Blue) = 231+100+146=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E76492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76492 is #189B6D. Grayscale: #909090. Windows color (decimal): -1612654 or 9594087. OLE color: 9594087.

HSL color Cylindrical-coordinate representation of color #E76492: hue angle of 338.93º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E76492 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 100 146 -
CMYK 0 0.57 0.37 0.09
HSL 338.93º 0.73% 0.65% -
HSV(B) 338.93º 0.57% 0.91% -
XYZ 42.7 28.18 30.38 -
YUV 144.41 128.9 189.76 -
System Red Green Blue C M Y K H S L
Decimal 231 100 146 0 0.57 0.37 0.09 338.93 0.73 0.65
Hex E7 64 92 0 39 25 9 153 49 41
Octal 347 144 222 0 71 45 11 523 111 101
Binary 11100111 1100100 10010010 0 111001 100101 1001 101010011 1001001 1000001

Color Harmonies of #E76492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76492

Black with #E76492

Text Example


Text Example

White with #E76492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76492; }

 p { color: rgb(231,100,146); }

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

background-color css

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

 a { background-color: rgb(231,100,146); }

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

border-color css

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

 span { border-color: rgb(231,100,146); }

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