#e453b6

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

Shades of Brilliant Rose #E453B6

Tints of Brilliant Rose #E453B6

Color information

#E453B6 (or 0xE453B6) is unknown color: approx Brilliant Rose. HEX triplet: E4, 53 and B6. RGB value is (228,83,182). Sum of RGB (Red+Green+Blue) = 228+83+182=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E453B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E453B6 is #1BAC49. Grayscale: #898989. Windows color (decimal): -1813578 or 11949028. OLE color: 11949028.

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

Color convert

RGB22883182-
CMYK00.640.200.11
HSL319.03º72.86%60.98%-
HSV(B)319.03º63.6%89.41%-
XYZ43.5326.0646.99-
YUV137.64153.04192.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.25%
GREEN value IS 83 (32.81% from 255) = 16.84%
BLUE value IS 182 (71.48% from 255) = 36.92%
R=46.25%
G=16.84%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288318200.640.200.11319.0372.8660.98
HexE453B604014B13f493d
Octal3441232660100241347711175
Binary11100100101001110110110010000001010010111001111111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e453b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e453b6; }

 p { color: rgb(228,83,182); }

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

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

 a { background-color: rgb(228,83,182); }

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

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

 span { border-color: rgb(228,83,182); }

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