#E245AD

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

Shades of Brilliant Rose #E245AD

Tints of Brilliant Rose #E245AD

Color information

#E245AD (or 0xE245AD) is unknown color: approx Brilliant Rose. HEX triplet: E2, 45 and AD. RGB value is (226,69,173). Sum of RGB (Red+Green+Blue) = 226+69+173=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E245AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E245AD is #1DBA52. Grayscale: #7F7F7F. Windows color (decimal): -1948243 or 11355618. OLE color: 11355618.

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

Color convert

RGB22669173-
CMYK00.690.230.11
HSL320.25º73.02%57.84%-
HSV(B)320.25º69.47%88.63%-
XYZ41.0323.4441.9-
YUV127.8153.51198.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.29%
GREEN value IS 69 (27.34% from 255) = 14.74%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=48.29%
G=14.74%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266917300.690.230.11320.2573.0257.84
HexE245AD04517B140493a
Octal3421052550105271350011172
Binary11100010100010110101101010001011011110111010000001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E245AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E245AD; }

 p { color: rgb(226,69,173); }

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

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

 a { background-color: rgb(226,69,173); }

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

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

 span { border-color: rgb(226,69,173); }

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