#e454a2

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

Shades of Brilliant Rose #E454A2

Tints of Brilliant Rose #E454A2

Color information

#E454A2 (or 0xE454A2) is unknown color: approx Brilliant Rose. HEX triplet: E4, 54 and A2. RGB value is (228,84,162). Sum of RGB (Red+Green+Blue) = 228+84+162=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E454A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E454A2 is #1BAB5D. Grayscale: #878787. Windows color (decimal): -1813342 or 10638564. OLE color: 10638564.

HSL color Cylindrical-coordinate representation of color #E454A2: hue angle of 327.5º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E454A2 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB22884162-
CMYK00.630.290.11
HSL327.5º72.73%61.18%-
HSV(B)327.5º63.16%89.41%-
XYZ41.6925.4436.9-
YUV135.95142.71193.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.10%
GREEN value IS 84 (33.20% from 255) = 17.72%
BLUE value IS 162 (63.67% from 255) = 34.18%
R=48.10%
G=17.72%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288416200.630.290.11327.572.7361.18
HexE454A203F1DB148493d
Octal344124242077351351011175
Binary1110010010101001010001001111111110110111010010001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e454a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e454a2; }

 p { color: rgb(228,84,162); }

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

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

 a { background-color: rgb(228,84,162); }

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

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

 span { border-color: rgb(228,84,162); }

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