Html Css Color HEX #E04AA6 Brilliant Rose

📋 copy color: '#E04AA6'

red 224 ◦ green 74 ◦ blue 166

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

Shades of Brilliant Rose #E04AA6

Tints of Brilliant Rose #E04AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.78%

R = 48.28%
G = 15.95%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E04AA6 (or 0xE04AA6) is known color: Brilliant Rose. HEX triplet: E0, 4A and A6. RGB value is (224,74,166). Sum of RGB (Red+Green+Blue) = 224+74+166=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04AA6 is #1FB559. Grayscale: #818181. Windows color (decimal): -2078042 or 10898144. OLE color: 10898144.

HSL color Cylindrical-coordinate representation of color #E04AA6: hue angle of 323.2º 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 #E04AA6 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 74 166 -
CMYK 0 0.67 0.26 0.12
HSL 323.2º 0.71% 0.58% -
HSV(B) 323.2º 0.67% 0.88% -
XYZ 40.07 23.5 38.5 -
YUV 129.34 148.7 195.52 -
System Red Green Blue C M Y K H S L
Decimal 224 74 166 0 0.67 0.26 0.12 323.2 0.71 0.58
Hex E0 4A A6 0 43 1A C 143 47 3A
Octal 340 112 246 0 103 32 14 503 107 72
Binary 11100000 1001010 10100110 0 1000011 11010 1100 101000011 1000111 111010

Color Harmonies of #E04AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AA6

Black with #E04AA6

Text Example


Text Example

White with #E04AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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