#E146A4

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

Shades of Brilliant Rose #E146A4

Tints of Brilliant Rose #E146A4

Color information

#E146A4 (or 0xE146A4) is unknown color: approx Brilliant Rose. HEX triplet: E1, 46 and A4. RGB value is (225,70,164). Sum of RGB (Red+Green+Blue) = 225+70+164=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E146A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E146A4 is #1EB95B. Grayscale: #7E7E7E. Windows color (decimal): -2013532 or 10766049. OLE color: 10766049.

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

Color convert

RGB22570164-
CMYK00.690.270.12
HSL323.61º72.09%57.84%-
HSV(B)323.61º68.89%88.24%-
XYZ39.9423.0737.47-
YUV127.06148.85197.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 70 (27.73% from 255) = 15.25%
BLUE value IS 164 (64.45% from 255) = 35.73%
R=49.02%
G=15.25%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257016400.690.270.12323.6172.0957.84
HexE146A40451BC144483a
Octal3411062440105331450411072
Binary11100001100011010100100010001011101111001010001001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E146A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E146A4; }

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

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

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

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

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

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

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

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