Html Css Color HEX #E05AA2 Brilliant Rose

📋 copy color: '#E05AA2'

red 224 ◦ green 90 ◦ blue 162

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

Shades of Brilliant Rose #E05AA2

Tints of Brilliant Rose #E05AA2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.91%

 BLUE value IS 162 (63.67% from 255) = 34.03%

R = 47.06%
G = 18.91%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E05AA2 (or 0xE05AA2) is known color: Brilliant Rose. HEX triplet: E0, 5A and A2. RGB value is (224,90,162). Sum of RGB (Red+Green+Blue) = 224+90+162=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E05AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05AA2 is #1FA55D. Grayscale: #8A8A8A. Windows color (decimal): -2073950 or 10640096. OLE color: 10640096.

HSL color Cylindrical-coordinate representation of color #E05AA2: hue angle of 327.76º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05AA2 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 90 162 -
CMYK 0 0.60 0.28 0.12
HSL 327.76º 0.68% 0.62% -
HSV(B) 327.76º 0.6% 0.88% -
XYZ 40.92 25.77 37 -
YUV 138.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 224 90 162 0 0.60 0.28 0.12 327.76 0.68 0.62
Hex E0 5A A2 0 3C 1C C 148 44 3E
Octal 340 132 242 0 74 34 14 510 104 76
Binary 11100000 1011010 10100010 0 111100 11100 1100 101001000 1000100 111110

Color Harmonies of #E05AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05AA2

Black with #E05AA2

Text Example


Text Example

White with #E05AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05AA2; }

 p { color: rgb(224,90,162); }

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

background-color css

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

 a { background-color: rgb(224,90,162); }

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

border-color css

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

 span { border-color: rgb(224,90,162); }

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