#E145AF

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

Shades of Brilliant Rose #E145AF

Tints of Brilliant Rose #E145AF

Color information

#E145AF (or 0xE145AF) is unknown color: approx Brilliant Rose. HEX triplet: E1, 45 and AF. RGB value is (225,69,175). Sum of RGB (Red+Green+Blue) = 225+69+175=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E145AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E145AF is #1EBA50. Grayscale: #7F7F7F. Windows color (decimal): -2013777 or 11486689. OLE color: 11486689.

HSL color Cylindrical-coordinate representation of color #E145AF: hue angle of 319.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E145AF is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB22569175-
CMYK00.690.220.12
HSL319.23º72.22%57.65%-
HSV(B)319.23º69.33%88.24%-
XYZ40.9223.3642.91-
YUV127.73154.68197.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 69 (27.34% from 255) = 14.71%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=47.97%
G=14.71%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256917500.690.220.12319.2372.2257.65
HexE145AF04516C13f483a
Octal3411052570105261447711072
Binary11100001100010110101111010001011011011001001111111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E145AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E145AF; }

 p { color: rgb(225,69,175); }

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

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

 a { background-color: rgb(225,69,175); }

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

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

 span { border-color: rgb(225,69,175); }

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