#e14db1

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

Shades of Brilliant Rose #E14DB1

Tints of Brilliant Rose #E14DB1

Color information

#E14DB1 (or 0xE14DB1) is unknown color: approx Brilliant Rose. HEX triplet: E1, 4D and B1. RGB value is (225,77,177). Sum of RGB (Red+Green+Blue) = 225+77+177=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14DB1 is #1EB24E. Grayscale: #848484. Windows color (decimal): -2011727 or 11619809. OLE color: 11619809.

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

Color convert

RGB22577177-
CMYK00.660.210.12
HSL319.46º71.15%59.22%-
HSV(B)319.46º65.78%88.24%-
XYZ41.6424.4944.13-
YUV132.65153.03193.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.97%
GREEN value IS 77 (30.47% from 255) = 16.08%
BLUE value IS 177 (69.53% from 255) = 36.95%
R=46.97%
G=16.08%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257717700.660.210.12319.4671.1559.22
HexE14DB104215C13f473b
Octal3411152610102251447710773
Binary11100001100110110110001010000101010111001001111111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e14db1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e14db1; }

 p { color: rgb(225,77,177); }

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

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

 a { background-color: rgb(225,77,177); }

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

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

 span { border-color: rgb(225,77,177); }

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