Html Css Color HEX #E55AA1 Brilliant Rose

📋 copy color: '#E55AA1'

red 229 ◦ green 90 ◦ blue 161

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

Shades of Brilliant Rose #E55AA1

Tints of Brilliant Rose #E55AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.54%

R = 47.71%
G = 18.75%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E55AA1 (or 0xE55AA1) is known color: Brilliant Rose. HEX triplet: E5, 5A and A1. RGB value is (229,90,161). Sum of RGB (Red+Green+Blue) = 229+90+161=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E55AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55AA1 is #1AA55E. Grayscale: #8B8B8B. Windows color (decimal): -1746271 or 10574565. OLE color: 10574565.

HSL color Cylindrical-coordinate representation of color #E55AA1: hue angle of 329.35º 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 #E55AA1 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 90 161 -
CMYK 0 0.61 0.30 0.10
HSL 329.35º 0.73% 0.63% -
HSV(B) 329.35º 0.61% 0.9% -
XYZ 42.4 26.54 36.61 -
YUV 139.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 229 90 161 0 0.61 0.30 0.10 329.35 0.73 0.63
Hex E5 5A A1 0 3D 1E A 149 49 3F
Octal 345 132 241 0 75 36 12 511 111 77
Binary 11100101 1011010 10100001 0 111101 11110 1010 101001001 1001001 111111

Color Harmonies of #E55AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55AA1

Black with #E55AA1

Text Example


Text Example

White with #E55AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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