Html Css Color HEX #E04ACE Free Speech Magenta

📋 copy color: '#E04ACE'

red 224 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Magenta #E04ACE

Tints of Free Speech Magenta #E04ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 44.44%
G = 14.68%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E04ACE (or 0xE04ACE) is known color: Free Speech Magenta. HEX triplet: E0, 4A and CE. RGB value is (224,74,206). Sum of RGB (Red+Green+Blue) = 224+74+206=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ACE is #1FB531. Grayscale: #858585. Windows color (decimal): -2078002 or 13519584. OLE color: 13519584.

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

Color convert

RGB 224 74 206 -
CMYK 0 0.67 0.08 0.12
HSL 307.2º 0.71% 0.58% -
HSV(B) 307.2º 0.67% 0.88% -
XYZ 44.33 25.2 60.92 -
YUV 133.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 224 74 206 0 0.67 0.08 0.12 307.2 0.71 0.58
Hex E0 4A CE 0 43 8 C 133 47 3A
Octal 340 112 316 0 103 10 14 463 107 72
Binary 11100000 1001010 11001110 0 1000011 1000 1100 100110011 1000111 111010

Color Harmonies of #E04ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04ACE

Black with #E04ACE

Text Example


Text Example

White with #E04ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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