#E842B1

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

Shades of Brilliant Rose #E842B1

Tints of Brilliant Rose #E842B1

Color information

#E842B1 (or 0xE842B1) is unknown color: approx Brilliant Rose. HEX triplet: E8, 42 and B1. RGB value is (232,66,177). Sum of RGB (Red+Green+Blue) = 232+66+177=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E842B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E842B1 is #17BD4E. Grayscale: #808080. Windows color (decimal): -1555791 or 11617000. OLE color: 11617000.

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

Color convert

RGB23266177-
CMYK00.720.240.09
HSL319.88º78.3%58.43%-
HSV(B)319.88º71.55%90.98%-
XYZ43.1624.2344-
YUV128.29155.5201.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.84%
GREEN value IS 66 (26.17% from 255) = 13.89%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=48.84%
G=13.89%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326617700.720.240.09319.8878.358.43
HexE842B10481891404e3a
Octal3501022610110301150011672
Binary11101000100001010110001010010001100010011010000001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E842B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E842B1; }

 p { color: rgb(232,66,177); }

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

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

 a { background-color: rgb(232,66,177); }

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

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

 span { border-color: rgb(232,66,177); }

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