Html Css Color HEX #E04FA1 Brilliant Rose

📋 copy color: '#E04FA1'

red 224 ◦ green 79 ◦ blue 161

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

Shades of Brilliant Rose #E04FA1

Tints of Brilliant Rose #E04FA1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.03%

 BLUE value IS 161 (63.28% from 255) = 34.7%

R = 48.28%
G = 17.03%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E04FA1 (or 0xE04FA1) is known color: Brilliant Rose. HEX triplet: E0, 4F and A1. RGB value is (224,79,161). Sum of RGB (Red+Green+Blue) = 224+79+161=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04FA1 is #1FB05E. Grayscale: #838383. Windows color (decimal): -2076767 or 10571744. OLE color: 10571744.

HSL color Cylindrical-coordinate representation of color #E04FA1: hue angle of 326.07º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04FA1 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 79 161 -
CMYK 0 0.65 0.28 0.12
HSL 326.07º 0.7% 0.59% -
HSV(B) 326.07º 0.65% 0.88% -
XYZ 39.97 24.01 36.25 -
YUV 131.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 224 79 161 0 0.65 0.28 0.12 326.07 0.7 0.59
Hex E0 4F A1 0 41 1C C 146 46 3B
Octal 340 117 241 0 101 34 14 506 106 73
Binary 11100000 1001111 10100001 0 1000001 11100 1100 101000110 1000110 111011

Color Harmonies of #E04FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04FA1

Black with #E04FA1

Text Example


Text Example

White with #E04FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04FA1; }

 p { color: rgb(224,79,161); }

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

background-color css

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

 a { background-color: rgb(224,79,161); }

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

border-color css

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

 span { border-color: rgb(224,79,161); }

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