#E94DAC

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

Shades of Brilliant Rose #E94DAC

Tints of Brilliant Rose #E94DAC

Color information

#E94DAC (or 0xE94DAC) is unknown color: approx Brilliant Rose. HEX triplet: E9, 4D and AC. RGB value is (233,77,172). Sum of RGB (Red+Green+Blue) = 233+77+172=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94DAC is #16B253. Grayscale: #868686. Windows color (decimal): -1487444 or 11292137. OLE color: 11292137.

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

Color convert

RGB23377172-
CMYK00.670.260.09
HSL323.46º78%60.78%-
HSV(B)323.46º66.95%91.37%-
XYZ43.725.6141.67-
YUV134.47149.18198.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.34%
GREEN value IS 77 (30.47% from 255) = 15.98%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=48.34%
G=15.98%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337717200.670.260.09323.467860.78
HexE94DAC0431A91434e3d
Octal3511152540103321150311675
Binary11101001100110110101100010000111101010011010000111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94DAC; }

 p { color: rgb(233,77,172); }

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

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

 a { background-color: rgb(233,77,172); }

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

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

 span { border-color: rgb(233,77,172); }

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