#E94BA6

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

Shades of Brilliant Rose #E94BA6

Tints of Brilliant Rose #E94BA6

Color information

#E94BA6 (or 0xE94BA6) is unknown color: approx Brilliant Rose. HEX triplet: E9, 4B and A6. RGB value is (233,75,166). Sum of RGB (Red+Green+Blue) = 233+75+166=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E94BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94BA6 is #16B459. Grayscale: #848484. Windows color (decimal): -1487962 or 10898409. OLE color: 10898409.

HSL color Cylindrical-coordinate representation of color #E94BA6: hue angle of 325.44º 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 #E94BA6 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB23375166-
CMYK00.680.290.09
HSL325.44º78.22%60.39%-
HSV(B)325.44º67.81%91.37%-
XYZ4325.1138.66-
YUV132.62146.85199.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.16%
GREEN value IS 75 (29.69% from 255) = 15.82%
BLUE value IS 166 (65.23% from 255) = 35.02%
R=49.16%
G=15.82%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337516600.680.290.09325.4478.2260.39
HexE94BA60441D91454e3c
Octal3511132460104351150511674
Binary11101001100101110100110010001001110110011010001011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94BA6; }

 p { color: rgb(233,75,166); }

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

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

 a { background-color: rgb(233,75,166); }

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

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

 span { border-color: rgb(233,75,166); }

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