Html Css Color HEX #E040C4 Free Speech Magenta

📋 copy color: '#E040C4'

red 224 ◦ green 64 ◦ blue 196

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

Shades of Free Speech Magenta #E040C4

Tints of Free Speech Magenta #E040C4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.22%

 BLUE value IS 196 (76.95% from 255) = 40.5%

R = 46.28%
G = 13.22%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E040C4 (or 0xE040C4) is known color: Free Speech Magenta. HEX triplet: E0, 40 and C4. RGB value is (224,64,196). Sum of RGB (Red+Green+Blue) = 224+64+196=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E040C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040C4 is #1FBF3B. Grayscale: #7E7E7E. Windows color (decimal): -2080572 or 12861664. OLE color: 12861664.

HSL color Cylindrical-coordinate representation of color #E040C4: hue angle of 310.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E040C4 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 196 -
CMYK 0 0.71 0.12 0.12
HSL 310.5º 0.72% 0.56% -
HSV(B) 310.5º 0.71% 0.88% -
XYZ 42.54 23.5 54.52 -
YUV 126.89 167.01 197.27 -
System Red Green Blue C M Y K H S L
Decimal 224 64 196 0 0.71 0.12 0.12 310.5 0.72 0.56
Hex E0 40 C4 0 47 C C 136 48 38
Octal 340 100 304 0 107 14 14 466 110 70
Binary 11100000 1000000 11000100 0 1000111 1100 1100 100110110 1001000 111000

Color Harmonies of #E040C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040C4

Black with #E040C4

Text Example


Text Example

White with #E040C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040C4; }

 p { color: rgb(224,64,196); }

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

background-color css

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

 a { background-color: rgb(224,64,196); }

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

border-color css

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

 span { border-color: rgb(224,64,196); }

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