#E75EA0

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

Shades of Brilliant Rose #E75EA0

Tints of Brilliant Rose #E75EA0

Color information

#E75EA0 (or 0xE75EA0) is unknown color: approx Brilliant Rose. HEX triplet: E7, 5E and A0. RGB value is (231,94,160). Sum of RGB (Red+Green+Blue) = 231+94+160=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E75EA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75EA0 is #18A15F. Grayscale: #8E8E8E. Windows color (decimal): -1614176 or 10510055. OLE color: 10510055.

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

Color convert

RGB23194160-
CMYK00.590.310.09
HSL331.09º74.05%63.73%-
HSV(B)331.09º59.31%90.59%-
XYZ43.327.5336.29-
YUV142.49137.89191.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.63%
GREEN value IS 94 (37.11% from 255) = 19.38%
BLUE value IS 160 (62.89% from 255) = 32.99%
R=47.63%
G=19.38%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319416000.590.310.09331.0974.0563.73
HexE75EA003B1F914b4a40
Octal3471362400733711513112100
Binary11100111101111010100000011101111111100110100101110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75EA0; }

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

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

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

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

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

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

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

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