#e75aa4

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

Shades of Brilliant Rose #E75AA4

Tints of Brilliant Rose #E75AA4

Color information

#E75AA4 (or 0xE75AA4) is unknown color: approx Brilliant Rose. HEX triplet: E7, 5A and A4. RGB value is (231,90,164). Sum of RGB (Red+Green+Blue) = 231+90+164=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E75AA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75AA4 is #18A55B. Grayscale: #8C8C8C. Windows color (decimal): -1615196 or 10771175. OLE color: 10771175.

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

Color convert

RGB23190164-
CMYK00.610.290.09
HSL328.51º74.6%62.94%-
HSV(B)328.51º61.04%90.59%-
XYZ43.3126.9838.05-
YUV140.6141.21192.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.63%
GREEN value IS 90 (35.55% from 255) = 18.56%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=47.63%
G=18.56%
B=33.81%

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
Decimal2319016400.610.290.09328.5174.662.94
HexE75AA403D1D91494b3f
Octal347132244075351151111377
Binary1110011110110101010010001111011110110011010010011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e75aa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e75aa4; }

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

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

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

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

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

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

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

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