#E852A5

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

Shades of Brilliant Rose #E852A5

Tints of Brilliant Rose #E852A5

Color information

#E852A5 (or 0xE852A5) is unknown color: approx Brilliant Rose. HEX triplet: E8, 52 and A5. RGB value is (232,82,165). Sum of RGB (Red+Green+Blue) = 232+82+165=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E852A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E852A5 is #17AD5A. Grayscale: #888888. Windows color (decimal): -1551707 or 10834664. OLE color: 10834664.

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

Color convert

RGB23282165-
CMYK00.650.290.09
HSL326.8º76.53%61.57%-
HSV(B)326.8º64.66%90.98%-
XYZ43.0925.9138.33-
YUV136.31144.2196.25-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.43%
GREEN value IS 82 (32.42% from 255) = 17.12%
BLUE value IS 165 (64.84% from 255) = 34.45%
R=48.43%
G=17.12%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328216500.650.290.09326.876.5361.57
HexE852A50411D91474d3e
Octal3501222450101351150711576
Binary11101000101001010100101010000011110110011010001111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E852A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E852A5; }

 p { color: rgb(232,82,165); }

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

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

 a { background-color: rgb(232,82,165); }

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

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

 span { border-color: rgb(232,82,165); }

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