#E75EA5

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

Shades of Brilliant Rose #E75EA5

Tints of Brilliant Rose #E75EA5

Color information

#E75EA5 (or 0xE75EA5) is unknown color: approx Brilliant Rose. HEX triplet: E7, 5E and A5. RGB value is (231,94,165). Sum of RGB (Red+Green+Blue) = 231+94+165=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E75EA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75EA5 is #18A15A. Grayscale: #8E8E8E. Windows color (decimal): -1614171 or 10837735. OLE color: 10837735.

HSL color Cylindrical-coordinate representation of color #E75EA5: hue angle of 328.91º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75EA5 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB23194165-
CMYK00.590.290.09
HSL328.91º74.05%63.73%-
HSV(B)328.91º59.31%90.59%-
XYZ43.7527.7138.64-
YUV143.06140.39190.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.14%
GREEN value IS 94 (37.11% from 255) = 19.18%
BLUE value IS 165 (64.84% from 255) = 33.67%
R=47.14%
G=19.18%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319416500.590.290.09328.9174.0563.73
HexE75EA503B1D91494a40
Octal3471362450733511511112100
Binary11100111101111010100101011101111101100110100100110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75EA5; }

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

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

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

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

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

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

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

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