Html Css Color HEX #E55BAE Brilliant Rose

📋 copy color: '#E55BAE'

red 229 ◦ green 91 ◦ blue 174

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

Shades of Brilliant Rose #E55BAE

Tints of Brilliant Rose #E55BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.42%

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

R = 46.36%
G = 18.42%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E55BAE (or 0xE55BAE) is known color: Brilliant Rose. HEX triplet: E5, 5B and AE. RGB value is (229,91,174). Sum of RGB (Red+Green+Blue) = 229+91+174=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55BAE is #1AA451. Grayscale: #8D8D8D. Windows color (decimal): -1746002 or 11426789. OLE color: 11426789.

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

Color convert

RGB 229 91 174 -
CMYK 0 0.60 0.24 0.10
HSL 323.91º 0.73% 0.63% -
HSV(B) 323.91º 0.6% 0.9% -
XYZ 43.69 27.2 42.99 -
YUV 141.72 146.22 190.25 -
System Red Green Blue C M Y K H S L
Decimal 229 91 174 0 0.60 0.24 0.10 323.91 0.73 0.63
Hex E5 5B AE 0 3C 18 A 144 49 3F
Octal 345 133 256 0 74 30 12 504 111 77
Binary 11100101 1011011 10101110 0 111100 11000 1010 101000100 1001001 111111

Color Harmonies of #E55BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55BAE

Black with #E55BAE

Text Example


Text Example

White with #E55BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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