Html Css Color HEX #E044AA Brilliant Rose

📋 copy color: '#E044AA'

red 224 ◦ green 68 ◦ blue 170

#E044AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #E044AA

Tints of Brilliant Rose #E044AA

RGB

 RED value IS 224 (87.89% from 255) = 48.48%

 GREEN value IS 68 (26.95% from 255) = 14.72%

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 48.48%
G = 14.72%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E044AA (or 0xE044AA) is known color: Brilliant Rose. HEX triplet: E0, 44 and AA. RGB value is (224,68,170). Sum of RGB (Red+Green+Blue) = 224+68+170=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E044AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E044AA is #1FBB55. Grayscale: #7E7E7E. Windows color (decimal): -2079574 or 11158752. OLE color: 11158752.

HSL color Cylindrical-coordinate representation of color #E044AA: hue angle of 320.77º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E044AA is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 68 170 -
CMYK 0 0.70 0.24 0.12
HSL 320.77º 0.72% 0.57% -
HSV(B) 320.77º 0.7% 0.88% -
XYZ 40.06 22.88 40.34 -
YUV 126.27 152.68 197.71 -
System Red Green Blue C M Y K H S L
Decimal 224 68 170 0 0.70 0.24 0.12 320.77 0.72 0.57
Hex E0 44 AA 0 46 18 C 141 48 39
Octal 340 104 252 0 106 30 14 501 110 71
Binary 11100000 1000100 10101010 0 1000110 11000 1100 101000001 1001000 111001

Color Harmonies of #E044AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E044AA

Black with #E044AA

Text Example


Text Example

White with #E044AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E044AA; }

 p { color: rgb(224,68,170); }

 H1.HeaderClassName
 {
   color: #E044AA;
 }
 .AnyTagClassName
 {
   color: #E044AA;
 }
</style>

background-color css

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

 a { background-color: rgb(224,68,170); }

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

border-color css

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

 span { border-color: rgb(224,68,170); }

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