Html Css Color HEX #E542AC Brilliant Rose

📋 copy color: '#E542AC'

red 229 ◦ green 66 ◦ blue 172

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

Shades of Brilliant Rose #E542AC

Tints of Brilliant Rose #E542AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 49.04%
G = 14.13%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E542AC (or 0xE542AC) is known color: Brilliant Rose. HEX triplet: E5, 42 and AC. RGB value is (229,66,172). Sum of RGB (Red+Green+Blue) = 229+66+172=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E542AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E542AC is #1ABD53. Grayscale: #7E7E7E. Windows color (decimal): -1752404 or 11289317. OLE color: 11289317.

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

Color convert

RGB 229 66 172 -
CMYK 0 0.71 0.25 0.10
HSL 320.98º 0.76% 0.58% -
HSV(B) 320.98º 0.71% 0.9% -
XYZ 41.71 23.53 41.37 -
YUV 126.82 153.5 200.88 -
System Red Green Blue C M Y K H S L
Decimal 229 66 172 0 0.71 0.25 0.10 320.98 0.76 0.58
Hex E5 42 AC 0 47 19 A 141 4C 3A
Octal 345 102 254 0 107 31 12 501 114 72
Binary 11100101 1000010 10101100 0 1000111 11001 1010 101000001 1001100 111010

Color Harmonies of #E542AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E542AC

Black with #E542AC

Text Example


Text Example

White with #E542AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E542AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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