#E75BA7

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

Shades of Brilliant Rose #E75BA7

Tints of Brilliant Rose #E75BA7

Color information

#E75BA7 (or 0xE75BA7) is unknown color: approx Brilliant Rose. HEX triplet: E7, 5B and A7. RGB value is (231,91,167). Sum of RGB (Red+Green+Blue) = 231+91+167=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75BA7 is #18A458. Grayscale: #8D8D8D. Windows color (decimal): -1614937 or 10968039. OLE color: 10968039.

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

Color convert

RGB23191167-
CMYK00.610.280.09
HSL327.43º74.47%63.14%-
HSV(B)327.43º60.61%90.59%-
XYZ43.6727.2639.52-
YUV141.52142.38191.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.24%
GREEN value IS 91 (35.94% from 255) = 18.61%
BLUE value IS 167 (65.62% from 255) = 34.15%
R=47.24%
G=18.61%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319116700.610.280.09327.4374.4763.14
HexE75BA703D1C91474a3f
Octal347133247075341150711277
Binary1110011110110111010011101111011110010011010001111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75BA7; }

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

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

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

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

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

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

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

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