#E14DB4

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

Shades of Brilliant Rose #E14DB4

Tints of Brilliant Rose #E14DB4

Color information

#E14DB4 (or 0xE14DB4) is unknown color: approx Brilliant Rose. HEX triplet: E1, 4D and B4. RGB value is (225,77,180). Sum of RGB (Red+Green+Blue) = 225+77+180=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DB4 is #1EB24B. Grayscale: #848484. Windows color (decimal): -2011724 or 11816417. OLE color: 11816417.

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

Color convert

RGB22577180-
CMYK00.660.20.12
HSL318.24º71.15%59.22%-
HSV(B)318.24º65.78%88.24%-
XYZ41.9424.6145.72-
YUV132.99154.53193.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 77 (30.47% from 255) = 15.98%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=46.68%
G=15.98%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257718000.660.20.12318.2471.1559.22
HexE14DB404214C13e473b
Octal3411152640102241447610773
Binary11100001100110110110100010000101010011001001111101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14DB4; }

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

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

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

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

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

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

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

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