#E956AD

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

Shades of Brilliant Rose #E956AD

Tints of Brilliant Rose #E956AD

Color information

#E956AD (or 0xE956AD) is unknown color: approx Brilliant Rose. HEX triplet: E9, 56 and AD. RGB value is (233,86,173). Sum of RGB (Red+Green+Blue) = 233+86+173=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E956AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E956AD is #16A952. Grayscale: #8B8B8B. Windows color (decimal): -1485139 or 11359977. OLE color: 11359977.

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

Color convert

RGB23386173-
CMYK00.630.260.09
HSL324.49º76.96%62.55%-
HSV(B)324.49º63.09%91.37%-
XYZ44.472742.4-
YUV139.87146.7194.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.36%
GREEN value IS 86 (33.98% from 255) = 17.48%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=47.36%
G=17.48%
B=35.16%

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
Decimal2338617300.630.260.09324.4976.9662.55
HexE956AD03F1A91444d3f
Octal351126255077321150411577
Binary1110100110101101010110101111111101010011010001001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E956AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E956AD; }

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

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

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

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

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

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

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

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