#E75C9B

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

Shades of Brilliant Rose #E75C9B

Tints of Brilliant Rose #E75C9B

Color information

#E75C9B (or 0xE75C9B) is unknown color: approx Brilliant Rose. HEX triplet: E7, 5C and 9B. RGB value is (231,92,155). Sum of RGB (Red+Green+Blue) = 231+92+155=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C9B is #18A364. Grayscale: #8C8C8C. Windows color (decimal): -1614693 or 10181863. OLE color: 10181863.

HSL color Cylindrical-coordinate representation of color #E75C9B: hue angle of 332.81º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75C9B is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB23192155-
CMYK00.600.330.09
HSL332.81º74.33%63.33%-
HSV(B)332.81º60.17%90.59%-
XYZ42.727.0133.97-
YUV140.74136.05192.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.33%
GREEN value IS 92 (36.33% from 255) = 19.25%
BLUE value IS 155 (60.94% from 255) = 32.43%
R=48.33%
G=19.25%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319215500.600.330.09332.8174.3363.33
HexE75C9B03C21914d4a3f
Octal347134233074411151511277
Binary11100111101110010011011011110010000110011010011011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75C9B; }

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

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

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

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

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

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

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

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