#E155A3

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

Shades of Brilliant Rose #E155A3

Tints of Brilliant Rose #E155A3

Color information

#E155A3 (or 0xE155A3) is unknown color: approx Brilliant Rose. HEX triplet: E1, 55 and A3. RGB value is (225,85,163). Sum of RGB (Red+Green+Blue) = 225+85+163=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E155A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E155A3 is #1EAA5C. Grayscale: #878787. Windows color (decimal): -2009693 or 10704353. OLE color: 10704353.

HSL color Cylindrical-coordinate representation of color #E155A3: hue angle of 326.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E155A3 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB22585163-
CMYK00.620.280.12
HSL326.57º70%60.78%-
HSV(B)326.57º62.22%88.24%-
XYZ40.9125.1537.35-
YUV135.75143.38191.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.57%
GREEN value IS 85 (33.59% from 255) = 17.97%
BLUE value IS 163 (64.06% from 255) = 34.46%
R=47.57%
G=17.97%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258516300.620.280.12326.577060.78
HexE155A303E1CC147463d
Octal341125243076341450710675
Binary1110000110101011010001101111101110011001010001111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E155A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E155A3; }

 p { color: rgb(225,85,163); }

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

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

 a { background-color: rgb(225,85,163); }

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

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

 span { border-color: rgb(225,85,163); }

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