#E553A8

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

Shades of Brilliant Rose #E553A8

Tints of Brilliant Rose #E553A8

Color information

#E553A8 (or 0xE553A8) is unknown color: approx Brilliant Rose. HEX triplet: E5, 53 and A8. RGB value is (229,83,168). Sum of RGB (Red+Green+Blue) = 229+83+168=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E553A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E553A8 is #1AAC57. Grayscale: #888888. Windows color (decimal): -1748056 or 11031525. OLE color: 11031525.

HSL color Cylindrical-coordinate representation of color #E553A8: hue angle of 325.07º 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 #E553A8 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB22983168-
CMYK00.640.270.10
HSL325.07º73.74%61.18%-
HSV(B)325.07º63.76%89.8%-
XYZ42.4725.6739.76-
YUV136.34145.87194.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.71%
GREEN value IS 83 (32.81% from 255) = 17.29%
BLUE value IS 168 (66.02% from 255) = 35%
R=47.71%
G=17.29%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298316800.640.270.10325.0773.7461.18
HexE553A80401BA1454a3d
Octal3451232500100331250511275
Binary11100101101001110101000010000001101110101010001011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E553A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E553A8; }

 p { color: rgb(229,83,168); }

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

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

 a { background-color: rgb(229,83,168); }

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

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

 span { border-color: rgb(229,83,168); }

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