Html Css Color HEX #E04ACC Free Speech Magenta

📋 copy color: '#E04ACC'

red 224 ◦ green 74 ◦ blue 204

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

Shades of Free Speech Magenta #E04ACC

Tints of Free Speech Magenta #E04ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 44.62%
G = 14.74%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E04ACC (or 0xE04ACC) is known color: Free Speech Magenta. HEX triplet: E0, 4A and CC. RGB value is (224,74,204). Sum of RGB (Red+Green+Blue) = 224+74+204=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ACC is #1FB533. Grayscale: #858585. Windows color (decimal): -2078004 or 13388512. OLE color: 13388512.

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

Color convert

RGB 224 74 204 -
CMYK 0 0.67 0.09 0.12
HSL 308º 0.71% 0.58% -
HSV(B) 308º 0.67% 0.88% -
XYZ 44.09 25.1 59.65 -
YUV 133.67 167.7 192.43 -
System Red Green Blue C M Y K H S L
Decimal 224 74 204 0 0.67 0.09 0.12 308 0.71 0.58
Hex E0 4A CC 0 43 9 C 134 47 3A
Octal 340 112 314 0 103 11 14 464 107 72
Binary 11100000 1001010 11001100 0 1000011 1001 1100 100110100 1000111 111010

Color Harmonies of #E04ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04ACC

Black with #E04ACC

Text Example


Text Example

White with #E04ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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