#E14FAD

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

Shades of Brilliant Rose #E14FAD

Tints of Brilliant Rose #E14FAD

Color information

#E14FAD (or 0xE14FAD) is unknown color: approx Brilliant Rose. HEX triplet: E1, 4F and AD. RGB value is (225,79,173). Sum of RGB (Red+Green+Blue) = 225+79+173=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14FAD is #1EB052. Grayscale: #858585. Windows color (decimal): -2011219 or 11358177. OLE color: 11358177.

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

Color convert

RGB22579173-
CMYK00.650.230.12
HSL321.37º70.87%59.61%-
HSV(B)321.37º64.89%88.24%-
XYZ41.3924.6242.11-
YUV133.37150.37193.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 79 (31.25% from 255) = 16.56%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=47.17%
G=16.56%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257917300.650.230.12321.3770.8759.61
HexE14FAD04117C141473c
Octal3411172550101271450110774
Binary11100001100111110101101010000011011111001010000011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14FAD; }

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

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

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

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

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

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

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

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