#E454A0

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

Shades of Brilliant Rose #E454A0

Tints of Brilliant Rose #E454A0

Color information

#E454A0 (or 0xE454A0) is unknown color: approx Brilliant Rose. HEX triplet: E4, 54 and A0. RGB value is (228,84,160). Sum of RGB (Red+Green+Blue) = 228+84+160=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E454A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E454A0 is #1BAB5F. Grayscale: #878787. Windows color (decimal): -1813344 or 10507492. OLE color: 10507492.

HSL color Cylindrical-coordinate representation of color #E454A0: hue angle of 328.33º 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 #E454A0 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB22884160-
CMYK00.630.300.11
HSL328.33º72.73%61.18%-
HSV(B)328.33º63.16%89.41%-
XYZ41.5125.3735.97-
YUV135.72141.71193.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.31%
GREEN value IS 84 (33.20% from 255) = 17.80%
BLUE value IS 160 (62.89% from 255) = 33.90%
R=48.31%
G=17.80%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288416000.630.300.11328.3372.7361.18
HexE454A003F1EB148493d
Octal344124240077361351011175
Binary1110010010101001010000001111111111010111010010001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E454A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E454A0; }

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

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

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

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

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

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

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

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