Html Css Color HEX #E04ABF Free Speech Magenta

📋 copy color: '#E04ABF'

red 224 ◦ green 74 ◦ blue 191

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

Shades of Free Speech Magenta #E04ABF

Tints of Free Speech Magenta #E04ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.06%

R = 45.81%
G = 15.13%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E04ABF (or 0xE04ABF) is known color: Free Speech Magenta. HEX triplet: E0, 4A and BF. RGB value is (224,74,191). Sum of RGB (Red+Green+Blue) = 224+74+191=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ABF is #1FB540. Grayscale: #838383. Windows color (decimal): -2078017 or 12536544. OLE color: 12536544.

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

Color convert

RGB 224 74 191 -
CMYK 0 0.67 0.15 0.12
HSL 313.2º 0.71% 0.58% -
HSV(B) 313.2º 0.67% 0.88% -
XYZ 42.59 24.51 51.78 -
YUV 132.19 161.2 193.49 -
System Red Green Blue C M Y K H S L
Decimal 224 74 191 0 0.67 0.15 0.12 313.2 0.71 0.58
Hex E0 4A BF 0 43 F C 139 47 3A
Octal 340 112 277 0 103 17 14 471 107 72
Binary 11100000 1001010 10111111 0 1000011 1111 1100 100111001 1000111 111010

Color Harmonies of #E04ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04ABF

Black with #E04ABF

Text Example


Text Example

White with #E04ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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