#E14DB3

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

Shades of Brilliant Rose #E14DB3

Tints of Brilliant Rose #E14DB3

Color information

#E14DB3 (or 0xE14DB3) is unknown color: approx Brilliant Rose. HEX triplet: E1, 4D and B3. RGB value is (225,77,179). Sum of RGB (Red+Green+Blue) = 225+77+179=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DB3 is #1EB24C. Grayscale: #848484. Windows color (decimal): -2011725 or 11750881. OLE color: 11750881.

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

Color convert

RGB22577179-
CMYK00.660.200.12
HSL318.65º71.15%59.22%-
HSV(B)318.65º65.78%88.24%-
XYZ41.8424.5745.18-
YUV132.88154.03193.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.78%
GREEN value IS 77 (30.47% from 255) = 16.01%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=46.78%
G=16.01%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257717900.660.200.12318.6571.1559.22
HexE14DB304214C13f473b
Octal3411152630102241447710773
Binary11100001100110110110011010000101010011001001111111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14DB3; }

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

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

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

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

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

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

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

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