Html Css Color HEX #E045AA Brilliant Rose

📋 copy color: '#E045AA'

red 224 ◦ green 69 ◦ blue 170

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

Shades of Brilliant Rose #E045AA

Tints of Brilliant Rose #E045AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.9%

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

R = 48.38%
G = 14.9%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E045AA (or 0xE045AA) is known color: Brilliant Rose. HEX triplet: E0, 45 and AA. RGB value is (224,69,170). Sum of RGB (Red+Green+Blue) = 224+69+170=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E045AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E045AA is #1FBA55. Grayscale: #7E7E7E. Windows color (decimal): -2079318 or 11159008. OLE color: 11159008.

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

Color convert

RGB 224 69 170 -
CMYK 0 0.69 0.24 0.12
HSL 320.9º 0.71% 0.57% -
HSV(B) 320.9º 0.69% 0.88% -
XYZ 40.12 23.01 40.36 -
YUV 126.86 152.35 197.29 -
System Red Green Blue C M Y K H S L
Decimal 224 69 170 0 0.69 0.24 0.12 320.9 0.71 0.57
Hex E0 45 AA 0 45 18 C 141 47 39
Octal 340 105 252 0 105 30 14 501 107 71
Binary 11100000 1000101 10101010 0 1000101 11000 1100 101000001 1000111 111001

Color Harmonies of #E045AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E045AA

Black with #E045AA

Text Example


Text Example

White with #E045AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E045AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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