#E351A8

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

Shades of Brilliant Rose #E351A8

Tints of Brilliant Rose #E351A8

Color information

#E351A8 (or 0xE351A8) is unknown color: approx Brilliant Rose. HEX triplet: E3, 51 and A8. RGB value is (227,81,168). Sum of RGB (Red+Green+Blue) = 227+81+168=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E351A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E351A8 is #1CAE57. Grayscale: #868686. Windows color (decimal): -1879640 or 11031011. OLE color: 11031011.

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

Color convert

RGB22781168-
CMYK00.640.260.11
HSL324.25º72.28%60.39%-
HSV(B)324.25º64.32%89.02%-
XYZ41.6925.0439.68-
YUV134.57146.87193.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.69%
GREEN value IS 81 (32.03% from 255) = 17.02%
BLUE value IS 168 (66.02% from 255) = 35.29%
R=47.69%
G=17.02%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278116800.640.260.11324.2572.2860.39
HexE351A80401AB144483c
Octal3431212500100321350411074
Binary11100011101000110101000010000001101010111010001001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E351A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E351A8; }

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

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

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

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

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

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

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

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