#E956AC

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

Shades of Brilliant Rose #E956AC

Tints of Brilliant Rose #E956AC

Color information

#E956AC (or 0xE956AC) is unknown color: approx Brilliant Rose. HEX triplet: E9, 56 and AC. RGB value is (233,86,172). Sum of RGB (Red+Green+Blue) = 233+86+172=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E956AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E956AC is #16A953. Grayscale: #8B8B8B. Windows color (decimal): -1485140 or 11294441. OLE color: 11294441.

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

Color convert

RGB23386172-
CMYK00.630.260.09
HSL324.9º76.96%62.55%-
HSV(B)324.9º63.09%91.37%-
XYZ44.3826.9641.89-
YUV139.76146.2194.51-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.45%
GREEN value IS 86 (33.98% from 255) = 17.52%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=47.45%
G=17.52%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338617200.630.260.09324.976.9662.55
HexE956AC03F1A91454d3f
Octal351126254077321150511577
Binary1110100110101101010110001111111101010011010001011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E956AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E956AC; }

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

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

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

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

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

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

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

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