#E951A6

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

Shades of Brilliant Rose #E951A6

Tints of Brilliant Rose #E951A6

Color information

#E951A6 (or 0xE951A6) is unknown color: approx Brilliant Rose. HEX triplet: E9, 51 and A6. RGB value is (233,81,166). Sum of RGB (Red+Green+Blue) = 233+81+166=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E951A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E951A6 is #16AE59. Grayscale: #878787. Windows color (decimal): -1486426 or 10899945. OLE color: 10899945.

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

Color convert

RGB23381166-
CMYK00.650.290.09
HSL326.45º77.55%61.57%-
HSV(B)326.45º65.24%91.37%-
XYZ43.4325.9638.8-
YUV136.14144.86197.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.54%
GREEN value IS 81 (32.03% from 255) = 16.88%
BLUE value IS 166 (65.23% from 255) = 34.58%
R=48.54%
G=16.88%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338116600.650.290.09326.4577.5561.57
HexE951A60411D91464e3e
Octal3511212460101351150611676
Binary11101001101000110100110010000011110110011010001101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E951A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E951A6; }

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

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

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

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

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

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

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

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