#E356A0

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

Shades of Brilliant Rose #E356A0

Tints of Brilliant Rose #E356A0

Color information

#E356A0 (or 0xE356A0) is unknown color: approx Brilliant Rose. HEX triplet: E3, 56 and A0. RGB value is (227,86,160). Sum of RGB (Red+Green+Blue) = 227+86+160=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E356A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E356A0 is #1CA95F. Grayscale: #888888. Windows color (decimal): -1878368 or 10508003. OLE color: 10508003.

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

Color convert

RGB22786160-
CMYK00.620.300.11
HSL328.51º71.57%61.37%-
HSV(B)328.51º62.11%89.02%-
XYZ41.3525.5236-
YUV136.6141.21192.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.99%
GREEN value IS 86 (33.98% from 255) = 18.18%
BLUE value IS 160 (62.89% from 255) = 33.83%
R=47.99%
G=18.18%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278616000.620.300.11328.5171.5761.37
HexE356A003E1EB149483d
Octal343126240076361351111075
Binary1110001110101101010000001111101111010111010010011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E356A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E356A0; }

 p { color: rgb(227,86,160); }

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

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

 a { background-color: rgb(227,86,160); }

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

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

 span { border-color: rgb(227,86,160); }

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