Html Css Color HEX #E04FA6 Brilliant Rose

📋 copy color: '#E04FA6'

red 224 ◦ green 79 ◦ blue 166

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

Shades of Brilliant Rose #E04FA6

Tints of Brilliant Rose #E04FA6

RGB

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

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

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

R = 47.76%
G = 16.84%
B = 35.39%

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

#E04FA6 (or 0xE04FA6) is known color: Brilliant Rose. HEX triplet: E0, 4F and A6. RGB value is (224,79,166). Sum of RGB (Red+Green+Blue) = 224+79+166=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04FA6 is #1FB059. Grayscale: #848484. Windows color (decimal): -2076762 or 10899424. OLE color: 10899424.

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

Color convert

RGB 224 79 166 -
CMYK 0 0.65 0.26 0.12
HSL 324º 0.7% 0.59% -
HSV(B) 324º 0.65% 0.88% -
XYZ 40.42 24.19 38.62 -
YUV 132.27 147.04 193.43 -
System Red Green Blue C M Y K H S L
Decimal 224 79 166 0 0.65 0.26 0.12 324 0.7 0.59
Hex E0 4F A6 0 41 1A C 144 46 3B
Octal 340 117 246 0 101 32 14 504 106 73
Binary 11100000 1001111 10100110 0 1000001 11010 1100 101000100 1000110 111011

Color Harmonies of #E04FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04FA6

Black with #E04FA6

Text Example


Text Example

White with #E04FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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