Html Css Color HEX #E55AAA Brilliant Rose

📋 copy color: '#E55AAA'

red 229 ◦ green 90 ◦ blue 170

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

Shades of Brilliant Rose #E55AAA

Tints of Brilliant Rose #E55AAA

RGB

 RED value IS 229 (89.84% from 255) = 46.83%

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

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

R = 46.83%
G = 18.4%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E55AAA (or 0xE55AAA) is known color: Brilliant Rose. HEX triplet: E5, 5A and AA. RGB value is (229,90,170). Sum of RGB (Red+Green+Blue) = 229+90+170=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E55AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55AAA is #1AA555. Grayscale: #8C8C8C. Windows color (decimal): -1746262 or 11164389. OLE color: 11164389.

HSL color Cylindrical-coordinate representation of color #E55AAA: hue angle of 325.47º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55AAA is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 90 170 -
CMYK 0 0.61 0.26 0.10
HSL 325.47º 0.73% 0.63% -
HSV(B) 325.47º 0.61% 0.9% -
XYZ 43.22 26.87 40.94 -
YUV 140.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 229 90 170 0 0.61 0.26 0.10 325.47 0.73 0.63
Hex E5 5A AA 0 3D 1A A 145 49 3F
Octal 345 132 252 0 75 32 12 505 111 77
Binary 11100101 1011010 10101010 0 111101 11010 1010 101000101 1001001 111111

Color Harmonies of #E55AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55AAA

Black with #E55AAA

Text Example


Text Example

White with #E55AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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