Html Css Color HEX #E04ABD Free Speech Magenta

📋 copy color: '#E04ABD'

red 224 ◦ green 74 ◦ blue 189

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

Shades of Free Speech Magenta #E04ABD

Tints of Free Speech Magenta #E04ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.81%

R = 46%
G = 15.2%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E04ABD (or 0xE04ABD) is known color: Free Speech Magenta. HEX triplet: E0, 4A and BD. RGB value is (224,74,189). Sum of RGB (Red+Green+Blue) = 224+74+189=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ABD is #1FB542. Grayscale: #838383. Windows color (decimal): -2078019 or 12405472. OLE color: 12405472.

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

Color convert

RGB 224 74 189 -
CMYK 0 0.67 0.16 0.12
HSL 314º 0.71% 0.58% -
HSV(B) 314º 0.67% 0.88% -
XYZ 42.37 24.42 50.62 -
YUV 131.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 224 74 189 0 0.67 0.16 0.12 314 0.71 0.58
Hex E0 4A BD 0 43 10 C 13A 47 3A
Octal 340 112 275 0 103 20 14 472 107 72
Binary 11100000 1001010 10111101 0 1000011 10000 1100 100111010 1000111 111010

Color Harmonies of #E04ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04ABD

Black with #E04ABD

Text Example


Text Example

White with #E04ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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