#E14FA9

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

Shades of Brilliant Rose #E14FA9

Tints of Brilliant Rose #E14FA9

Color information

#E14FA9 (or 0xE14FA9) is unknown color: approx Brilliant Rose. HEX triplet: E1, 4F and A9. RGB value is (225,79,169). Sum of RGB (Red+Green+Blue) = 225+79+169=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14FA9 is #1EB056. Grayscale: #848484. Windows color (decimal): -2011223 or 11096033. OLE color: 11096033.

HSL color Cylindrical-coordinate representation of color #E14FA9: hue angle of 323.01º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14FA9 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB22579169-
CMYK00.650.250.12
HSL323.01º70.87%59.61%-
HSV(B)323.01º64.89%88.24%-
XYZ41.0124.4640.1-
YUV132.91148.37193.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.57%
GREEN value IS 79 (31.25% from 255) = 16.70%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=47.57%
G=16.70%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257916900.650.250.12323.0170.8759.61
HexE14FA904119C143473c
Octal3411172510101311450310774
Binary11100001100111110101001010000011100111001010000111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14FA9; }

 p { color: rgb(225,79,169); }

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

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

 a { background-color: rgb(225,79,169); }

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

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

 span { border-color: rgb(225,79,169); }

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