#E45CAD

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

Shades of Brilliant Rose #E45CAD

Tints of Brilliant Rose #E45CAD

Color information

#E45CAD (or 0xE45CAD) is unknown color: approx Brilliant Rose. HEX triplet: E4, 5C and AD. RGB value is (228,92,173). Sum of RGB (Red+Green+Blue) = 228+92+173=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E45CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45CAD is #1BA352. Grayscale: #8D8D8D. Windows color (decimal): -1811283 or 11361508. OLE color: 11361508.

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

Color convert

RGB22892173-
CMYK00.600.240.11
HSL324.26º71.58%62.75%-
HSV(B)324.26º59.65%89.41%-
XYZ43.3627.1742.49-
YUV141.9145.56189.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.25%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=46.25%
G=18.66%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289217300.600.240.11324.2671.5862.75
HexE45CAD03C18B144483f
Octal344134255074301350411077
Binary1110010010111001010110101111001100010111010001001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45CAD; }

 p { color: rgb(228,92,173); }

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

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

 a { background-color: rgb(228,92,173); }

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

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

 span { border-color: rgb(228,92,173); }

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