#E77298

Color #E77298 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E77298

Tints of Pale Violet Red #E77298

Color information

#E77298 (or 0xE77298) is unknown color: approx Pale Violet Red. HEX triplet: E7, 72 and 98. RGB value is (231,114,152). Sum of RGB (Red+Green+Blue) = 231+114+152=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E77298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77298 is #188D67. Grayscale: #999999. Windows color (decimal): -1609064 or 9990887. OLE color: 9990887.

HSL color Cylindrical-coordinate representation of color #E77298: hue angle of 340.51º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77298 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB231114152-
CMYK00.510.340.09
HSL340.51º70.91%67.65%-
HSV(B)340.51º50.65%90.59%-
XYZ44.6431.2933.39-
YUV153.32127.26183.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.48%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 152 (59.77% from 255) = 30.58%
R=46.48%
G=22.94%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111415200.510.340.09340.5170.9167.65
HexE772980332291554744
Octal3471622300634211525107104
Binary111001111110010100110000110011100010100110101010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77298; }

 p { color: rgb(231,114,152); }

 H1.HeaderClassName
 {
   color: #E77298;
 }
 .AnyTagClassName
 {
   color: #E77298;
 }
</style>
background-color css

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

 a { background-color: rgb(231,114,152); }

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

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

 span { border-color: rgb(231,114,152); }

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