#E14FA7

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

Shades of Brilliant Rose #E14FA7

Tints of Brilliant Rose #E14FA7

Color information

#E14FA7 (or 0xE14FA7) is unknown color: approx Brilliant Rose. HEX triplet: E1, 4F and A7. RGB value is (225,79,167). Sum of RGB (Red+Green+Blue) = 225+79+167=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14FA7 is #1EB058. Grayscale: #848484. Windows color (decimal): -2011225 or 10964961. OLE color: 10964961.

HSL color Cylindrical-coordinate representation of color #E14FA7: hue angle of 323.84º 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 #E14FA7 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB22579167-
CMYK00.650.260.12
HSL323.84º70.87%59.61%-
HSV(B)323.84º64.89%88.24%-
XYZ40.8224.3939.12-
YUV132.69147.37193.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 79 (31.25% from 255) = 16.77%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=47.77%
G=16.77%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257916700.650.260.12323.8470.8759.61
HexE14FA70411AC144473c
Octal3411172470101321450410774
Binary11100001100111110100111010000011101011001010001001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14FA7; }

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

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

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

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

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

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

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

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