#E951A1

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

Shades of Brilliant Rose #E951A1

Tints of Brilliant Rose #E951A1

Color information

#E951A1 (or 0xE951A1) is unknown color: approx Brilliant Rose. HEX triplet: E9, 51 and A1. RGB value is (233,81,161). Sum of RGB (Red+Green+Blue) = 233+81+161=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E951A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E951A1 is #16AE5E. Grayscale: #878787. Windows color (decimal): -1486431 or 10572265. OLE color: 10572265.

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

Color convert

RGB23381161-
CMYK00.650.310.09
HSL328.42º77.55%61.57%-
HSV(B)328.42º65.24%91.37%-
XYZ42.9825.7836.43-
YUV135.57142.36197.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.05%
GREEN value IS 81 (32.03% from 255) = 17.05%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=49.05%
G=17.05%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338116100.650.310.09328.4277.5561.57
HexE951A10411F91484e3e
Octal3511212410101371151011676
Binary11101001101000110100001010000011111110011010010001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E951A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E951A1; }

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

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

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

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

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

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

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

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