#E850A4

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

Shades of Brilliant Rose #E850A4

Tints of Brilliant Rose #E850A4

Color information

#E850A4 (or 0xE850A4) is unknown color: approx Brilliant Rose. HEX triplet: E8, 50 and A4. RGB value is (232,80,164). Sum of RGB (Red+Green+Blue) = 232+80+164=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E850A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E850A4 is #17AF5B. Grayscale: #868686. Windows color (decimal): -1552220 or 10768616. OLE color: 10768616.

HSL color Cylindrical-coordinate representation of color #E850A4: hue angle of 326.84º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E850A4 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB23280164-
CMYK00.660.290.09
HSL326.84º76.77%61.18%-
HSV(B)326.84º65.52%90.98%-
XYZ42.8525.5737.8-
YUV135.02144.36197.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.74%
GREEN value IS 80 (31.64% from 255) = 16.81%
BLUE value IS 164 (64.45% from 255) = 34.45%
R=48.74%
G=16.81%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328016400.660.290.09326.8476.7761.18
HexE850A40421D91474d3d
Octal3501202440102351150711575
Binary11101000101000010100100010000101110110011010001111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E850A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E850A4; }

 p { color: rgb(232,80,164); }

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

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

 a { background-color: rgb(232,80,164); }

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

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

 span { border-color: rgb(232,80,164); }

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