Html Css Color HEX #E040D7 Free Speech Magenta

📋 copy color: '#E040D7'

red 224 ◦ green 64 ◦ blue 215

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

Shades of Free Speech Magenta #E040D7

Tints of Free Speech Magenta #E040D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.74%

R = 44.53%
G = 12.72%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E040D7 (or 0xE040D7) is known color: Free Speech Magenta. HEX triplet: E0, 40 and D7. RGB value is (224,64,215). Sum of RGB (Red+Green+Blue) = 224+64+215=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E040D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040D7 is #1FBF28. Grayscale: #808080. Windows color (decimal): -2080553 or 14106848. OLE color: 14106848.

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

Color convert

RGB 224 64 215 -
CMYK 0 0.71 0.04 0.12
HSL 303.38º 0.72% 0.56% -
HSV(B) 303.38º 0.71% 0.88% -
XYZ 44.84 24.42 66.64 -
YUV 129.05 176.51 195.72 -
System Red Green Blue C M Y K H S L
Decimal 224 64 215 0 0.71 0.04 0.12 303.38 0.72 0.56
Hex E0 40 D7 0 47 4 C 12F 48 38
Octal 340 100 327 0 107 4 14 457 110 70
Binary 11100000 1000000 11010111 0 1000111 100 1100 100101111 1001000 111000

Color Harmonies of #E040D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040D7

Black with #E040D7

Text Example


Text Example

White with #E040D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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