Html Css Color HEX #E04FA5 Brilliant Rose

📋 copy color: '#E04FA5'

red 224 ◦ green 79 ◦ blue 165

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

Shades of Brilliant Rose #E04FA5

Tints of Brilliant Rose #E04FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 47.86%
G = 16.88%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E04FA5 (or 0xE04FA5) is known color: Brilliant Rose. HEX triplet: E0, 4F and A5. RGB value is (224,79,165). Sum of RGB (Red+Green+Blue) = 224+79+165=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04FA5 is #1FB05A. Grayscale: #838383. Windows color (decimal): -2076763 or 10833888. OLE color: 10833888.

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

Color convert

RGB 224 79 165 -
CMYK 0 0.65 0.26 0.12
HSL 324.41º 0.7% 0.59% -
HSV(B) 324.41º 0.65% 0.88% -
XYZ 40.33 24.16 38.13 -
YUV 132.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 224 79 165 0 0.65 0.26 0.12 324.41 0.7 0.59
Hex E0 4F A5 0 41 1A C 144 46 3B
Octal 340 117 245 0 101 32 14 504 106 73
Binary 11100000 1001111 10100101 0 1000001 11010 1100 101000100 1000110 111011

Color Harmonies of #E04FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04FA5

Black with #E04FA5

Text Example


Text Example

White with #E04FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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