Html Css Color HEX #E55EA9 Brilliant Rose

📋 copy color: '#E55EA9'

red 229 ◦ green 94 ◦ blue 169

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

Shades of Brilliant Rose #E55EA9

Tints of Brilliant Rose #E55EA9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.11%

 BLUE value IS 169 (66.41% from 255) = 34.35%

R = 46.54%
G = 19.11%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E55EA9 (or 0xE55EA9) is known color: Brilliant Rose. HEX triplet: E5, 5E and A9. RGB value is (229,94,169). Sum of RGB (Red+Green+Blue) = 229+94+169=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E55EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55EA9 is #1AA156. Grayscale: #8E8E8E. Windows color (decimal): -1745239 or 11099877. OLE color: 11099877.

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

Color convert

RGB 229 94 169 -
CMYK 0 0.59 0.26 0.10
HSL 326.67º 0.72% 0.63% -
HSV(B) 326.67º 0.59% 0.9% -
XYZ 43.48 27.53 40.56 -
YUV 142.92 142.73 189.4 -
System Red Green Blue C M Y K H S L
Decimal 229 94 169 0 0.59 0.26 0.10 326.67 0.72 0.63
Hex E5 5E A9 0 3B 1A A 147 48 3F
Octal 345 136 251 0 73 32 12 507 110 77
Binary 11100101 1011110 10101001 0 111011 11010 1010 101000111 1001000 111111

Color Harmonies of #E55EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55EA9

Black with #E55EA9

Text Example


Text Example

White with #E55EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55EA9; }

 p { color: rgb(229,94,169); }

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

background-color css

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

 a { background-color: rgb(229,94,169); }

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

border-color css

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

 span { border-color: rgb(229,94,169); }

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