#E75EA7

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

Shades of Brilliant Rose #E75EA7

Tints of Brilliant Rose #E75EA7

Color information

#E75EA7 (or 0xE75EA7) is unknown color: approx Brilliant Rose. HEX triplet: E7, 5E and A7. RGB value is (231,94,167). Sum of RGB (Red+Green+Blue) = 231+94+167=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E75EA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75EA7 is #18A158. Grayscale: #8F8F8F. Windows color (decimal): -1614169 or 10968807. OLE color: 10968807.

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

Color convert

RGB23194167-
CMYK00.590.280.09
HSL328.03º74.05%63.73%-
HSV(B)328.03º59.31%90.59%-
XYZ43.9327.7839.61-
YUV143.28141.39190.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.95%
GREEN value IS 94 (37.11% from 255) = 19.11%
BLUE value IS 167 (65.62% from 255) = 33.94%
R=46.95%
G=19.11%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319416700.590.280.09328.0374.0563.73
HexE75EA703B1C91484a40
Octal3471362470733411510112100
Binary11100111101111010100111011101111100100110100100010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75EA7; }

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

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

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

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

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

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

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

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