#E445A4

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

Shades of Brilliant Rose #E445A4

Tints of Brilliant Rose #E445A4

Color information

#E445A4 (or 0xE445A4) is unknown color: approx Brilliant Rose. HEX triplet: E4, 45 and A4. RGB value is (228,69,164). Sum of RGB (Red+Green+Blue) = 228+69+164=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E445A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E445A4 is #1BBA5B. Grayscale: #7F7F7F. Windows color (decimal): -1817180 or 10765796. OLE color: 10765796.

HSL color Cylindrical-coordinate representation of color #E445A4: hue angle of 324.15º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E445A4 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB22869164-
CMYK00.700.280.11
HSL324.15º74.65%58.24%-
HSV(B)324.15º69.74%89.41%-
XYZ40.8223.4337.49-
YUV127.37148.68199.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.46%
GREEN value IS 69 (27.34% from 255) = 14.97%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=49.46%
G=14.97%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2286916400.700.280.11324.1574.6558.24
HexE445A40461CB1444b3a
Octal3441052440106341350411372
Binary11100100100010110100100010001101110010111010001001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E445A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E445A4; }

 p { color: rgb(228,69,164); }

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

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

 a { background-color: rgb(228,69,164); }

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

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

 span { border-color: rgb(228,69,164); }

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