#E75AAD

Color #E75AAD Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #E75AAD

Tints of Brilliant Rose #E75AAD

Color information

#E75AAD (or 0xE75AAD) is unknown color: approx Brilliant Rose. HEX triplet: E7, 5A and AD. RGB value is (231,90,173). Sum of RGB (Red+Green+Blue) = 231+90+173=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E75AAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75AAD is #18A552. Grayscale: #8D8D8D. Windows color (decimal): -1615187 or 11360999. OLE color: 11360999.

HSL color Cylindrical-coordinate representation of color #E75AAD: hue angle of 324.68º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75AAD is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB23190173-
CMYK00.610.250.09
HSL324.68º74.6%62.94%-
HSV(B)324.68º61.04%90.59%-
XYZ44.1527.3242.48-
YUV141.62145.71191.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.76%
GREEN value IS 90 (35.55% from 255) = 18.22%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=46.76%
G=18.22%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319017300.610.250.09324.6874.662.94
HexE75AAD03D1991454b3f
Octal347132255075311150511377
Binary1110011110110101010110101111011100110011010001011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75AAD; }

 p { color: rgb(231,90,173); }

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

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

 a { background-color: rgb(231,90,173); }

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

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

 span { border-color: rgb(231,90,173); }

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