Html Css Color HEX #E04AAC Brilliant Rose

📋 copy color: '#E04AAC'

red 224 ◦ green 74 ◦ blue 172

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

Shades of Brilliant Rose #E04AAC

Tints of Brilliant Rose #E04AAC

RGB

 RED value IS 224 (87.89% from 255) = 47.66%

 GREEN value IS 74 (29.3% from 255) = 15.74%

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

R = 47.66%
G = 15.74%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E04AAC (or 0xE04AAC) is known color: Brilliant Rose. HEX triplet: E0, 4A and AC. RGB value is (224,74,172). Sum of RGB (Red+Green+Blue) = 224+74+172=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04AAC is #1FB553. Grayscale: #818181. Windows color (decimal): -2078036 or 11291360. OLE color: 11291360.

HSL color Cylindrical-coordinate representation of color #E04AAC: hue angle of 320.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04AAC is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 74 172 -
CMYK 0 0.67 0.23 0.12
HSL 320.8º 0.71% 0.58% -
HSV(B) 320.8º 0.67% 0.88% -
XYZ 40.64 23.72 41.47 -
YUV 130.02 151.7 195.03 -
System Red Green Blue C M Y K H S L
Decimal 224 74 172 0 0.67 0.23 0.12 320.8 0.71 0.58
Hex E0 4A AC 0 43 17 C 141 47 3A
Octal 340 112 254 0 103 27 14 501 107 72
Binary 11100000 1001010 10101100 0 1000011 10111 1100 101000001 1000111 111010

Color Harmonies of #E04AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AAC

Black with #E04AAC

Text Example


Text Example

White with #E04AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AAC; }

 p { color: rgb(224,74,172); }

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

background-color css

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

 a { background-color: rgb(224,74,172); }

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

border-color css

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

 span { border-color: rgb(224,74,172); }

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