#E75AA8

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

Shades of Brilliant Rose #E75AA8

Tints of Brilliant Rose #E75AA8

Color information

#E75AA8 (or 0xE75AA8) is unknown color: approx Brilliant Rose. HEX triplet: E7, 5A and A8. RGB value is (231,90,168). Sum of RGB (Red+Green+Blue) = 231+90+168=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E75AA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75AA8 is #18A557. Grayscale: #8C8C8C. Windows color (decimal): -1615192 or 11033319. OLE color: 11033319.

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

Color convert

RGB23190168-
CMYK00.610.270.09
HSL326.81º74.6%62.94%-
HSV(B)326.81º61.04%90.59%-
XYZ43.6827.1339.98-
YUV141.05143.21192.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.24%
GREEN value IS 90 (35.55% from 255) = 18.40%
BLUE value IS 168 (66.02% from 255) = 34.36%
R=47.24%
G=18.40%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319016800.610.270.09326.8174.662.94
HexE75AA803D1B91474b3f
Octal347132250075331150711377
Binary1110011110110101010100001111011101110011010001111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75AA8; }

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

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

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

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

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

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

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

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