#E944AE

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

Shades of Brilliant Rose #E944AE

Tints of Brilliant Rose #E944AE

Color information

#E944AE (or 0xE944AE) is unknown color: approx Brilliant Rose. HEX triplet: E9, 44 and AE. RGB value is (233,68,174). Sum of RGB (Red+Green+Blue) = 233+68+174=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E944AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E944AE is #16BB51. Grayscale: #818181. Windows color (decimal): -1489746 or 11420905. OLE color: 11420905.

HSL color Cylindrical-coordinate representation of color #E944AE: hue angle of 321.45º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E944AE is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB23368174-
CMYK00.710.250.09
HSL321.45º78.95%59.02%-
HSV(B)321.45º70.82%91.37%-
XYZ43.3124.5142.49-
YUV129.42153.16201.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.05%
GREEN value IS 68 (26.95% from 255) = 14.32%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=49.05%
G=14.32%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336817400.710.250.09321.4578.9559.02
HexE944AE0471991414f3b
Octal3511042560107311150111773
Binary11101001100010010101110010001111100110011010000011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E944AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E944AE; }

 p { color: rgb(233,68,174); }

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

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

 a { background-color: rgb(233,68,174); }

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

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

 span { border-color: rgb(233,68,174); }

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