#E842AC

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

Shades of Brilliant Rose #E842AC

Tints of Brilliant Rose #E842AC

Color information

#E842AC (or 0xE842AC) is unknown color: approx Brilliant Rose. HEX triplet: E8, 42 and AC. RGB value is (232,66,172). Sum of RGB (Red+Green+Blue) = 232+66+172=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E842AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E842AC is #17BD53. Grayscale: #7F7F7F. Windows color (decimal): -1555796 or 11289320. OLE color: 11289320.

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

Color convert

RGB23266172-
CMYK00.720.260.09
HSL321.69º78.3%58.43%-
HSV(B)321.69º71.55%90.98%-
XYZ42.6724.0341.42-
YUV127.72153202.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.36%
GREEN value IS 66 (26.17% from 255) = 14.04%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=49.36%
G=14.04%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326617200.720.260.09321.6978.358.43
HexE842AC0481A91424e3a
Octal3501022540110321150211672
Binary11101000100001010101100010010001101010011010000101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E842AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E842AC; }

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

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

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

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

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

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

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

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