Html Css Color HEX #E05AAA Brilliant Rose

📋 copy color: '#E05AAA'

red 224 ◦ green 90 ◦ blue 170

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

Shades of Brilliant Rose #E05AAA

Tints of Brilliant Rose #E05AAA

RGB

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

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

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

R = 46.28%
G = 18.6%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E05AAA (or 0xE05AAA) is known color: Brilliant Rose. HEX triplet: E0, 5A and AA. RGB value is (224,90,170). Sum of RGB (Red+Green+Blue) = 224+90+170=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E05AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05AAA is #1FA555. Grayscale: #8B8B8B. Windows color (decimal): -2073942 or 11164384. OLE color: 11164384.

HSL color Cylindrical-coordinate representation of color #E05AAA: hue angle of 324.18º 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 #E05AAA is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 90 170 -
CMYK 0 0.60 0.24 0.12
HSL 324.18º 0.68% 0.62% -
HSV(B) 324.18º 0.6% 0.88% -
XYZ 41.65 26.06 40.87 -
YUV 139.19 145.39 188.5 -
System Red Green Blue C M Y K H S L
Decimal 224 90 170 0 0.60 0.24 0.12 324.18 0.68 0.62
Hex E0 5A AA 0 3C 18 C 144 44 3E
Octal 340 132 252 0 74 30 14 504 104 76
Binary 11100000 1011010 10101010 0 111100 11000 1100 101000100 1000100 111110

Color Harmonies of #E05AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05AAA

Black with #E05AAA

Text Example


Text Example

White with #E05AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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