#E355A8

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

Shades of Brilliant Rose #E355A8

Tints of Brilliant Rose #E355A8

Color information

#E355A8 (or 0xE355A8) is unknown color: approx Brilliant Rose. HEX triplet: E3, 55 and A8. RGB value is (227,85,168). Sum of RGB (Red+Green+Blue) = 227+85+168=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E355A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E355A8 is #1CAA57. Grayscale: #888888. Windows color (decimal): -1878616 or 11032035. OLE color: 11032035.

HSL color Cylindrical-coordinate representation of color #E355A8: hue angle of 324.93º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E355A8 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB22785168-
CMYK00.630.260.11
HSL324.93º71.72%61.18%-
HSV(B)324.93º62.56%89.02%-
XYZ41.9925.6639.78-
YUV136.92145.54192.25-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.29%
GREEN value IS 85 (33.59% from 255) = 17.71%
BLUE value IS 168 (66.02% from 255) = 35%
R=47.29%
G=17.71%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278516800.630.260.11324.9371.7261.18
HexE355A803F1AB145483d
Octal343125250077321350511075
Binary1110001110101011010100001111111101010111010001011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E355A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E355A8; }

 p { color: rgb(227,85,168); }

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

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

 a { background-color: rgb(227,85,168); }

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

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

 span { border-color: rgb(227,85,168); }

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