#E44DAC

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

Shades of Brilliant Rose #E44DAC

Tints of Brilliant Rose #E44DAC

Color information

#E44DAC (or 0xE44DAC) is unknown color: approx Brilliant Rose. HEX triplet: E4, 4D and AC. RGB value is (228,77,172). Sum of RGB (Red+Green+Blue) = 228+77+172=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44DAC is #1BB253. Grayscale: #848484. Windows color (decimal): -1815124 or 11292132. OLE color: 11292132.

HSL color Cylindrical-coordinate representation of color #E44DAC: hue angle of 322.25º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E44DAC is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22877172-
CMYK00.660.250.11
HSL322.25º73.66%59.8%-
HSV(B)322.25º66.23%89.41%-
XYZ42.124.7841.59-
YUV132.98150.03195.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.80%
GREEN value IS 77 (30.47% from 255) = 16.14%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=47.80%
G=16.14%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287717200.660.250.11322.2573.6659.8
HexE44DAC04219B1424a3c
Octal3441152540102311350211274
Binary11100100100110110101100010000101100110111010000101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44DAC; }

 p { color: rgb(228,77,172); }

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

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

 a { background-color: rgb(228,77,172); }

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

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

 span { border-color: rgb(228,77,172); }

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