#E35BAA

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

Shades of Brilliant Rose #E35BAA

Tints of Brilliant Rose #E35BAA

Color information

#E35BAA (or 0xE35BAA) is unknown color: approx Brilliant Rose. HEX triplet: E3, 5B and AA. RGB value is (227,91,170). Sum of RGB (Red+Green+Blue) = 227+91+170=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E35BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35BAA is #1CA455. Grayscale: #8C8C8C. Windows color (decimal): -1877078 or 11164643. OLE color: 11164643.

HSL color Cylindrical-coordinate representation of color #E35BAA: hue angle of 325.15º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35BAA is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22791170-
CMYK00.600.250.11
HSL325.15º70.83%62.35%-
HSV(B)325.15º59.91%89.02%-
XYZ42.6826.7240.94-
YUV140.67144.56189.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.52%
GREEN value IS 91 (35.94% from 255) = 18.65%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=46.52%
G=18.65%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279117000.600.250.11325.1570.8362.35
HexE35BAA03C19B145473e
Octal343133252074311350510776
Binary1110001110110111010101001111001100110111010001011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35BAA; }

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

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

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

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

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

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

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

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