#E94AA8

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

Shades of Brilliant Rose #E94AA8

Tints of Brilliant Rose #E94AA8

Color information

#E94AA8 (or 0xE94AA8) is unknown color: approx Brilliant Rose. HEX triplet: E9, 4A and A8. RGB value is (233,74,168). Sum of RGB (Red+Green+Blue) = 233+74+168=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E94AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94AA8 is #16B557. Grayscale: #848484. Windows color (decimal): -1488216 or 11029225. OLE color: 11029225.

HSL color Cylindrical-coordinate representation of color #E94AA8: hue angle of 324.53º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94AA8 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB23374168-
CMYK00.680.280.09
HSL324.53º78.33%60.2%-
HSV(B)324.53º68.24%91.37%-
XYZ43.1225.0539.61-
YUV132.26148.18199.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.05%
GREEN value IS 74 (29.30% from 255) = 15.58%
BLUE value IS 168 (66.02% from 255) = 35.37%
R=49.05%
G=15.58%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337416800.680.280.09324.5378.3360.2
HexE94AA80441C91454e3c
Octal3511122500104341150511674
Binary11101001100101010101000010001001110010011010001011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94AA8; }

 p { color: rgb(233,74,168); }

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

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

 a { background-color: rgb(233,74,168); }

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

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

 span { border-color: rgb(233,74,168); }

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