#E954AE

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

Shades of Brilliant Rose #E954AE

Tints of Brilliant Rose #E954AE

Color information

#E954AE (or 0xE954AE) is unknown color: approx Brilliant Rose. HEX triplet: E9, 54 and AE. RGB value is (233,84,174). Sum of RGB (Red+Green+Blue) = 233+84+174=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E954AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E954AE is #16AB51. Grayscale: #8A8A8A. Windows color (decimal): -1485650 or 11425001. OLE color: 11425001.

HSL color Cylindrical-coordinate representation of color #E954AE: hue angle of 323.76º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E954AE is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB23384174-
CMYK00.640.250.09
HSL323.76º77.2%62.16%-
HSV(B)323.76º63.95%91.37%-
XYZ44.4126.7242.86-
YUV138.81147.86195.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.45%
GREEN value IS 84 (33.20% from 255) = 17.11%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=47.45%
G=17.11%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338417400.640.250.09323.7677.262.16
HexE954AE0401991444d3e
Octal3511242560100311150411576
Binary11101001101010010101110010000001100110011010001001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E954AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E954AE; }

 p { color: rgb(233,84,174); }

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

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

 a { background-color: rgb(233,84,174); }

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

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

 span { border-color: rgb(233,84,174); }

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