Html Css Color HEX #E04AB9 Free Speech Magenta

📋 copy color: '#E04AB9'

red 224 ◦ green 74 ◦ blue 185

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

Shades of Free Speech Magenta #E04AB9

Tints of Free Speech Magenta #E04AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 46.38%
G = 15.32%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E04AB9 (or 0xE04AB9) is known color: Free Speech Magenta. HEX triplet: E0, 4A and B9. RGB value is (224,74,185). Sum of RGB (Red+Green+Blue) = 224+74+185=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04AB9 is #1FB546. Grayscale: #838383. Windows color (decimal): -2078023 or 12143328. OLE color: 12143328.

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

Color convert

RGB 224 74 185 -
CMYK 0 0.67 0.17 0.12
HSL 315.6º 0.71% 0.58% -
HSV(B) 315.6º 0.67% 0.88% -
XYZ 41.95 24.25 48.37 -
YUV 131.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 224 74 185 0 0.67 0.17 0.12 315.6 0.71 0.58
Hex E0 4A B9 0 43 11 C 13C 47 3A
Octal 340 112 271 0 103 21 14 474 107 72
Binary 11100000 1001010 10111001 0 1000011 10001 1100 100111100 1000111 111010

Color Harmonies of #E04AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AB9

Black with #E04AB9

Text Example


Text Example

White with #E04AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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