Html Css Color HEX #E544AA Brilliant Rose

📋 copy color: '#E544AA'

red 229 ◦ green 68 ◦ blue 170

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

Shades of Brilliant Rose #E544AA

Tints of Brilliant Rose #E544AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.56%

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

R = 49.04%
G = 14.56%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E544AA (or 0xE544AA) is known color: Brilliant Rose. HEX triplet: E5, 44 and AA. RGB value is (229,68,170). Sum of RGB (Red+Green+Blue) = 229+68+170=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E544AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E544AA is #1ABB55. Grayscale: #7F7F7F. Windows color (decimal): -1751894 or 11158757. OLE color: 11158757.

HSL color Cylindrical-coordinate representation of color #E544AA: hue angle of 321.99º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E544AA is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 68 170 -
CMYK 0 0.70 0.26 0.10
HSL 321.99º 0.76% 0.58% -
HSV(B) 321.99º 0.7% 0.9% -
XYZ 41.64 23.69 40.41 -
YUV 127.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 229 68 170 0 0.70 0.26 0.10 321.99 0.76 0.58
Hex E5 44 AA 0 46 1A A 142 4C 3A
Octal 345 104 252 0 106 32 12 502 114 72
Binary 11100101 1000100 10101010 0 1000110 11010 1010 101000010 1001100 111010

Color Harmonies of #E544AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E544AA

Black with #E544AA

Text Example


Text Example

White with #E544AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E544AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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