Html Css Color HEX #E040D1 Free Speech Magenta

📋 copy color: '#E040D1'

red 224 ◦ green 64 ◦ blue 209

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

Shades of Free Speech Magenta #E040D1

Tints of Free Speech Magenta #E040D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.05%

R = 45.07%
G = 12.88%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E040D1 (or 0xE040D1) is known color: Free Speech Magenta. HEX triplet: E0, 40 and D1. RGB value is (224,64,209). Sum of RGB (Red+Green+Blue) = 224+64+209=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E040D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040D1 is #1FBF2E. Grayscale: #7F7F7F. Windows color (decimal): -2080559 or 13713632. OLE color: 13713632.

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

Color convert

RGB 224 64 209 -
CMYK 0 0.71 0.07 0.12
HSL 305.63º 0.72% 0.56% -
HSV(B) 305.63º 0.71% 0.88% -
XYZ 44.08 24.12 62.65 -
YUV 128.37 173.51 196.21 -
System Red Green Blue C M Y K H S L
Decimal 224 64 209 0 0.71 0.07 0.12 305.63 0.72 0.56
Hex E0 40 D1 0 47 7 C 132 48 38
Octal 340 100 321 0 107 7 14 462 110 70
Binary 11100000 1000000 11010001 0 1000111 111 1100 100110010 1001000 111000

Color Harmonies of #E040D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040D1

Black with #E040D1

Text Example


Text Example

White with #E040D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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