#E353B3

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

Shades of Brilliant Rose #E353B3

Tints of Brilliant Rose #E353B3

Color information

#E353B3 (or 0xE353B3) is unknown color: approx Brilliant Rose. HEX triplet: E3, 53 and B3. RGB value is (227,83,179). Sum of RGB (Red+Green+Blue) = 227+83+179=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E353B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353B3 is #1CAC4C. Grayscale: #888888. Windows color (decimal): -1879117 or 11752419. OLE color: 11752419.

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

Color convert

RGB22783179-
CMYK00.630.210.11
HSL320º72%60.78%-
HSV(B)320º63.44%89.02%-
XYZ42.9125.7745.36-
YUV137151.71192.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.42%
GREEN value IS 83 (32.81% from 255) = 16.97%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=46.42%
G=16.97%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278317900.630.210.113207260.78
HexE353B303F15B140483d
Octal343123263077251350011075
Binary1110001110100111011001101111111010110111010000001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E353B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E353B3; }

 p { color: rgb(227,83,179); }

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

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

 a { background-color: rgb(227,83,179); }

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

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

 span { border-color: rgb(227,83,179); }

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