#E842AD

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

Shades of Brilliant Rose #E842AD

Tints of Brilliant Rose #E842AD

Color information

#E842AD (or 0xE842AD) is unknown color: approx Brilliant Rose. HEX triplet: E8, 42 and AD. RGB value is (232,66,173). Sum of RGB (Red+Green+Blue) = 232+66+173=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E842AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E842AD is #17BD52. Grayscale: #7F7F7F. Windows color (decimal): -1555795 or 11354856. OLE color: 11354856.

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

Color convert

RGB23266173-
CMYK00.720.250.09
HSL321.33º78.3%58.43%-
HSV(B)321.33º71.55%90.98%-
XYZ42.7724.0741.93-
YUV127.83153.5202.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.26%
GREEN value IS 66 (26.17% from 255) = 14.01%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=49.26%
G=14.01%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326617300.720.250.09321.3378.358.43
HexE842AD0481991414e3a
Octal3501022550110311150111672
Binary11101000100001010101101010010001100110011010000011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E842AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E842AD; }

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

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

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

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

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

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

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

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