#E358AA

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

Shades of Brilliant Rose #E358AA

Tints of Brilliant Rose #E358AA

Color information

#E358AA (or 0xE358AA) is unknown color: approx Brilliant Rose. HEX triplet: E3, 58 and AA. RGB value is (227,88,170). Sum of RGB (Red+Green+Blue) = 227+88+170=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E358AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E358AA is #1CA755. Grayscale: #8A8A8A. Windows color (decimal): -1877846 or 11163875. OLE color: 11163875.

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

Color convert

RGB22788170-
CMYK00.610.250.11
HSL324.6º71.28%61.76%-
HSV(B)324.6º61.23%89.02%-
XYZ42.4226.2140.85-
YUV138.91145.55190.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.80%
GREEN value IS 88 (34.77% from 255) = 18.14%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=46.80%
G=18.14%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278817000.610.250.11324.671.2861.76
HexE358AA03D19B145473e
Octal343130252075311350510776
Binary1110001110110001010101001111011100110111010001011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E358AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E358AA; }

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

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

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

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

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

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

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

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