#E75AA5

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

Shades of Brilliant Rose #E75AA5

Tints of Brilliant Rose #E75AA5

Color information

#E75AA5 (or 0xE75AA5) is unknown color: approx Brilliant Rose. HEX triplet: E7, 5A and A5. RGB value is (231,90,165). Sum of RGB (Red+Green+Blue) = 231+90+165=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E75AA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75AA5 is #18A55A. Grayscale: #8C8C8C. Windows color (decimal): -1615195 or 10836711. OLE color: 10836711.

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

Color convert

RGB23190165-
CMYK00.610.290.09
HSL328.09º74.6%62.94%-
HSV(B)328.09º61.04%90.59%-
XYZ43.427.0238.52-
YUV140.71141.71192.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.53%
GREEN value IS 90 (35.55% from 255) = 18.52%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=47.53%
G=18.52%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319016500.610.290.09328.0974.662.94
HexE75AA503D1D91484b3f
Octal347132245075351151011377
Binary1110011110110101010010101111011110110011010010001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75AA5; }

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

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

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

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

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

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

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

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