#E855A2

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

Shades of Brilliant Rose #E855A2

Tints of Brilliant Rose #E855A2

Color information

#E855A2 (or 0xE855A2) is unknown color: approx Brilliant Rose. HEX triplet: E8, 55 and A2. RGB value is (232,85,162). Sum of RGB (Red+Green+Blue) = 232+85+162=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E855A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E855A2 is #17AA5D. Grayscale: #898989. Windows color (decimal): -1550942 or 10638824. OLE color: 10638824.

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

Color convert

RGB23285162-
CMYK00.630.300.09
HSL328.57º76.17%62.16%-
HSV(B)328.57º63.36%90.98%-
XYZ43.0526.2636.98-
YUV137.73141.7195.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.43%
GREEN value IS 85 (33.59% from 255) = 17.75%
BLUE value IS 162 (63.67% from 255) = 33.82%
R=48.43%
G=17.75%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328516200.630.300.09328.5776.1762.16
HexE855A203F1E91494c3e
Octal350125242077361151111476
Binary1110100010101011010001001111111111010011010010011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E855A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E855A2; }

 p { color: rgb(232,85,162); }

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

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

 a { background-color: rgb(232,85,162); }

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

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

 span { border-color: rgb(232,85,162); }

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