#E14AA1

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

Shades of Brilliant Rose #E14AA1

Tints of Brilliant Rose #E14AA1

Color information

#E14AA1 (or 0xE14AA1) is unknown color: approx Brilliant Rose. HEX triplet: E1, 4A and A1. RGB value is (225,74,161). Sum of RGB (Red+Green+Blue) = 225+74+161=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14AA1 is #1EB55E. Grayscale: #808080. Windows color (decimal): -2012511 or 10570465. OLE color: 10570465.

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

Color convert

RGB22574161-
CMYK00.670.280.12
HSL325.43º71.56%58.63%-
HSV(B)325.43º67.11%88.24%-
XYZ39.9323.4836.15-
YUV129.07146.03196.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.91%
GREEN value IS 74 (29.30% from 255) = 16.09%
BLUE value IS 161 (63.28% from 255) = 35%
R=48.91%
G=16.09%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257416100.670.280.12325.4371.5658.63
HexE14AA10431CC145483b
Octal3411122410103341450511073
Binary11100001100101010100001010000111110011001010001011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14AA1; }

 p { color: rgb(225,74,161); }

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

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

 a { background-color: rgb(225,74,161); }

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

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

 span { border-color: rgb(225,74,161); }

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