Html Css Color HEX #E542AA Brilliant Rose

📋 copy color: '#E542AA'

red 229 ◦ green 66 ◦ blue 170

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

Shades of Brilliant Rose #E542AA

Tints of Brilliant Rose #E542AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.19%

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

R = 49.25%
G = 14.19%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E542AA (or 0xE542AA) is known color: Brilliant Rose. HEX triplet: E5, 42 and AA. RGB value is (229,66,170). Sum of RGB (Red+Green+Blue) = 229+66+170=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E542AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E542AA is #1ABD55. Grayscale: #7E7E7E. Windows color (decimal): -1752406 or 11158245. OLE color: 11158245.

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

Color convert

RGB 229 66 170 -
CMYK 0 0.71 0.26 0.10
HSL 321.72º 0.76% 0.58% -
HSV(B) 321.72º 0.71% 0.9% -
XYZ 41.52 23.46 40.37 -
YUV 126.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 229 66 170 0 0.71 0.26 0.10 321.72 0.76 0.58
Hex E5 42 AA 0 47 1A A 142 4C 3A
Octal 345 102 252 0 107 32 12 502 114 72
Binary 11100101 1000010 10101010 0 1000111 11010 1010 101000010 1001100 111010

Color Harmonies of #E542AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E542AA

Black with #E542AA

Text Example


Text Example

White with #E542AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E542AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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