#E552AD

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

Shades of Brilliant Rose #E552AD

Tints of Brilliant Rose #E552AD

Color information

#E552AD (or 0xE552AD) is unknown color: approx Brilliant Rose. HEX triplet: E5, 52 and AD. RGB value is (229,82,173). Sum of RGB (Red+Green+Blue) = 229+82+173=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E552AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E552AD is #1AAD52. Grayscale: #888888. Windows color (decimal): -1748307 or 11358949. OLE color: 11358949.

HSL color Cylindrical-coordinate representation of color #E552AD: hue angle of 322.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E552AD is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB22982173-
CMYK00.640.240.10
HSL322.86º73.87%60.98%-
HSV(B)322.86º64.19%89.8%-
XYZ42.8725.7142.24-
YUV136.33148.7194.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.31%
GREEN value IS 82 (32.42% from 255) = 16.94%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=47.31%
G=16.94%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298217300.640.240.10322.8673.8760.98
HexE552AD04018A1434a3d
Octal3451222550100301250311275
Binary11100101101001010101101010000001100010101010000111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E552AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E552AD; }

 p { color: rgb(229,82,173); }

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

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

 a { background-color: rgb(229,82,173); }

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

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

 span { border-color: rgb(229,82,173); }

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