#E14FA6

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

Shades of Brilliant Rose #E14FA6

Tints of Brilliant Rose #E14FA6

Color information

#E14FA6 (or 0xE14FA6) is unknown color: approx Brilliant Rose. HEX triplet: E1, 4F and A6. RGB value is (225,79,166). Sum of RGB (Red+Green+Blue) = 225+79+166=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14FA6 is #1EB059. Grayscale: #848484. Windows color (decimal): -2011226 or 10899425. OLE color: 10899425.

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

Color convert

RGB22579166-
CMYK00.650.260.12
HSL324.25º70.87%59.61%-
HSV(B)324.25º64.89%88.24%-
XYZ40.7324.3538.63-
YUV132.57146.87193.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.87%
GREEN value IS 79 (31.25% from 255) = 16.81%
BLUE value IS 166 (65.23% from 255) = 35.32%
R=47.87%
G=16.81%
B=35.32%

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
Decimal2257916600.650.260.12324.2570.8759.61
HexE14FA60411AC144473c
Octal3411172460101321450410774
Binary11100001100111110100110010000011101011001010001001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14FA6; }

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

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

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

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

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

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

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

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