#E55DAA

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

Shades of Brilliant Rose #E55DAA

Tints of Brilliant Rose #E55DAA

Color information

#E55DAA (or 0xE55DAA) is unknown color: approx Brilliant Rose. HEX triplet: E5, 5D and AA. RGB value is (229,93,170). Sum of RGB (Red+Green+Blue) = 229+93+170=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55DAA is #1AA255. Grayscale: #8E8E8E. Windows color (decimal): -1745494 or 11165157. OLE color: 11165157.

HSL color Cylindrical-coordinate representation of color #E55DAA: hue angle of 326.03º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55DAA is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB22993170-
CMYK00.590.260.10
HSL326.03º72.34%63.14%-
HSV(B)326.03º59.39%89.8%-
XYZ43.4827.3941.03-
YUV142.44143.56189.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.54%
GREEN value IS 93 (36.72% from 255) = 18.90%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=46.54%
G=18.90%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299317000.590.260.10326.0372.3463.14
HexE55DAA03B1AA146483f
Octal345135252073321250611077
Binary1110010110111011010101001110111101010101010001101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55DAA; }

 p { color: rgb(229,93,170); }

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

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

 a { background-color: rgb(229,93,170); }

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

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

 span { border-color: rgb(229,93,170); }

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