Html Css Color HEX #E55AAE Brilliant Rose

📋 copy color: '#E55AAE'

red 229 ◦ green 90 ◦ blue 174

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

Shades of Brilliant Rose #E55AAE

Tints of Brilliant Rose #E55AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.29%

R = 46.45%
G = 18.26%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E55AAE (or 0xE55AAE) is known color: Brilliant Rose. HEX triplet: E5, 5A and AE. RGB value is (229,90,174). Sum of RGB (Red+Green+Blue) = 229+90+174=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E55AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55AAE is #1AA551. Grayscale: #8C8C8C. Windows color (decimal): -1746258 or 11426533. OLE color: 11426533.

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

Color convert

RGB 229 90 174 -
CMYK 0 0.61 0.24 0.10
HSL 323.74º 0.73% 0.63% -
HSV(B) 323.74º 0.61% 0.9% -
XYZ 43.61 27.03 42.96 -
YUV 141.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 229 90 174 0 0.61 0.24 0.10 323.74 0.73 0.63
Hex E5 5A AE 0 3D 18 A 144 49 3F
Octal 345 132 256 0 75 30 12 504 111 77
Binary 11100101 1011010 10101110 0 111101 11000 1010 101000100 1001001 111111

Color Harmonies of #E55AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55AAE

Black with #E55AAE

Text Example


Text Example

White with #E55AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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