#E75A9B

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

Shades of Brilliant Rose #E75A9B

Tints of Brilliant Rose #E75A9B

Color information

#E75A9B (or 0xE75A9B) is unknown color: approx Brilliant Rose. HEX triplet: E7, 5A and 9B. RGB value is (231,90,155). Sum of RGB (Red+Green+Blue) = 231+90+155=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75A9B is #18A564. Grayscale: #8B8B8B. Windows color (decimal): -1615205 or 10181351. OLE color: 10181351.

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

Color convert

RGB23190155-
CMYK00.610.330.09
HSL332.34º74.6%62.94%-
HSV(B)332.34º61.04%90.59%-
XYZ42.5326.6733.92-
YUV139.57136.71193.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.53%
GREEN value IS 90 (35.55% from 255) = 18.91%
BLUE value IS 155 (60.94% from 255) = 32.56%
R=48.53%
G=18.91%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319015500.610.330.09332.3474.662.94
HexE75A9B03D21914c4b3f
Octal347132233075411151411377
Binary11100111101101010011011011110110000110011010011001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75A9B; }

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

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

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

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

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

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

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

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