#E146A6

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

Shades of Brilliant Rose #E146A6

Tints of Brilliant Rose #E146A6

Color information

#E146A6 (or 0xE146A6) is unknown color: approx Brilliant Rose. HEX triplet: E1, 46 and A6. RGB value is (225,70,166). Sum of RGB (Red+Green+Blue) = 225+70+166=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E146A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E146A6 is #1EB959. Grayscale: #7F7F7F. Windows color (decimal): -2013530 or 10897121. OLE color: 10897121.

HSL color Cylindrical-coordinate representation of color #E146A6: hue angle of 322.84º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E146A6 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB22570166-
CMYK00.690.260.12
HSL322.84º72.09%57.84%-
HSV(B)322.84º68.89%88.24%-
XYZ40.1223.1438.43-
YUV127.29149.85197.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 70 (27.73% from 255) = 15.18%
BLUE value IS 166 (65.23% from 255) = 36.01%
R=48.81%
G=15.18%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257016600.690.260.12322.8472.0957.84
HexE146A60451AC143483a
Octal3411062460105321450311072
Binary11100001100011010100110010001011101011001010000111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E146A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E146A6; }

 p { color: rgb(225,70,166); }

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

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

 a { background-color: rgb(225,70,166); }

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

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

 span { border-color: rgb(225,70,166); }

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