#E75CAC

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

Shades of Brilliant Rose #E75CAC

Tints of Brilliant Rose #E75CAC

Color information

#E75CAC (or 0xE75CAC) is unknown color: approx Brilliant Rose. HEX triplet: E7, 5C and AC. RGB value is (231,92,172). Sum of RGB (Red+Green+Blue) = 231+92+172=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75CAC is #18A353. Grayscale: #8E8E8E. Windows color (decimal): -1614676 or 11295975. OLE color: 11295975.

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

Color convert

RGB23192172-
CMYK00.600.260.09
HSL325.47º74.33%63.33%-
HSV(B)325.47º60.17%90.59%-
XYZ44.2327.6242.03-
YUV142.68144.55191-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.67%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=46.67%
G=18.59%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319217200.600.260.09325.4774.3363.33
HexE75CAC03C1A91454a3f
Octal347134254074321150511277
Binary1110011110111001010110001111001101010011010001011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75CAC; }

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

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

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

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

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

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

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

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