Html Css Color HEX #E040D2 Free Speech Magenta

📋 copy color: '#E040D2'

red 224 ◦ green 64 ◦ blue 210

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

Shades of Free Speech Magenta #E040D2

Tints of Free Speech Magenta #E040D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.17%

R = 44.98%
G = 12.85%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E040D2 (or 0xE040D2) is known color: Free Speech Magenta. HEX triplet: E0, 40 and D2. RGB value is (224,64,210). Sum of RGB (Red+Green+Blue) = 224+64+210=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E040D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040D2 is #1FBF2D. Grayscale: #808080. Windows color (decimal): -2080558 or 13779168. OLE color: 13779168.

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

Color convert

RGB 224 64 210 -
CMYK 0 0.71 0.06 0.12
HSL 305.25º 0.72% 0.56% -
HSV(B) 305.25º 0.71% 0.88% -
XYZ 44.21 24.17 63.31 -
YUV 128.48 174.01 196.13 -
System Red Green Blue C M Y K H S L
Decimal 224 64 210 0 0.71 0.06 0.12 305.25 0.72 0.56
Hex E0 40 D2 0 47 6 C 131 48 38
Octal 340 100 322 0 107 6 14 461 110 70
Binary 11100000 1000000 11010010 0 1000111 110 1100 100110001 1001000 111000

Color Harmonies of #E040D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040D2

Black with #E040D2

Text Example


Text Example

White with #E040D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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