#E75CA8

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

Shades of Brilliant Rose #E75CA8

Tints of Brilliant Rose #E75CA8

Color information

#E75CA8 (or 0xE75CA8) is unknown color: approx Brilliant Rose. HEX triplet: E7, 5C and A8. RGB value is (231,92,168). Sum of RGB (Red+Green+Blue) = 231+92+168=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75CA8 is #18A357. Grayscale: #8E8E8E. Windows color (decimal): -1614680 or 11033831. OLE color: 11033831.

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

Color convert

RGB23192168-
CMYK00.600.270.09
HSL327.19º74.33%63.33%-
HSV(B)327.19º60.17%90.59%-
XYZ43.8527.4740.04-
YUV142.23142.55191.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.05%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 168 (66.02% from 255) = 34.22%
R=47.05%
G=18.74%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319216800.600.270.09327.1974.3363.33
HexE75CA803C1B91474a3f
Octal347134250074331150711277
Binary1110011110111001010100001111001101110011010001111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75CA8; }

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

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

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

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

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

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

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

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