#E05BAA

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

Shades of Brilliant Rose #E05BAA

Tints of Brilliant Rose #E05BAA

Color information

#E05BAA (or 0xE05BAA) is unknown color: approx Brilliant Rose. HEX triplet: E0, 5B and AA. RGB value is (224,91,170). Sum of RGB (Red+Green+Blue) = 224+91+170=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E05BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05BAA is #1FA455. Grayscale: #8B8B8B. Windows color (decimal): -2073686 or 11164640. OLE color: 11164640.

HSL color Cylindrical-coordinate representation of color #E05BAA: hue angle of 324.36º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05BAA is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB22491170-
CMYK00.590.240.12
HSL324.36º68.21%61.76%-
HSV(B)324.36º59.38%87.84%-
XYZ41.7426.2340.89-
YUV139.77145.06188.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.19%
GREEN value IS 91 (35.94% from 255) = 18.76%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=46.19%
G=18.76%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249117000.590.240.12324.3668.2161.76
HexE05BAA03B18C144443e
Octal340133252073301450410476
Binary1110000010110111010101001110111100011001010001001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05BAA; }

 p { color: rgb(224,91,170); }

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

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

 a { background-color: rgb(224,91,170); }

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

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

 span { border-color: rgb(224,91,170); }

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