#E146A8

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

Shades of Brilliant Rose #E146A8

Tints of Brilliant Rose #E146A8

Color information

#E146A8 (or 0xE146A8) is unknown color: approx Brilliant Rose. HEX triplet: E1, 46 and A8. RGB value is (225,70,168). Sum of RGB (Red+Green+Blue) = 225+70+168=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E146A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E146A8 is #1EB957. Grayscale: #7F7F7F. Windows color (decimal): -2013528 or 11028193. OLE color: 11028193.

HSL color Cylindrical-coordinate representation of color #E146A8: hue angle of 322.06º 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 #E146A8 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB22570168-
CMYK00.690.250.12
HSL322.06º72.09%57.84%-
HSV(B)322.06º68.89%88.24%-
XYZ40.3123.2239.4-
YUV127.52150.85197.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 70 (27.73% from 255) = 15.12%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=48.60%
G=15.12%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257016800.690.250.12322.0672.0957.84
HexE146A804519C142483a
Octal3411062500105311450211072
Binary11100001100011010101000010001011100111001010000101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E146A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E146A8; }

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

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

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

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

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

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

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

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