Html Css Color HEX #E042D9 Free Speech Magenta

📋 copy color: '#E042D9'

red 224 ◦ green 66 ◦ blue 217

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

Shades of Free Speech Magenta #E042D9

Tints of Free Speech Magenta #E042D9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.02%

 BLUE value IS 217 (85.16% from 255) = 42.8%

R = 44.18%
G = 13.02%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E042D9 (or 0xE042D9) is known color: Free Speech Magenta. HEX triplet: E0, 42 and D9. RGB value is (224,66,217). Sum of RGB (Red+Green+Blue) = 224+66+217=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E042D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E042D9 is #1FBD26. Grayscale: #828282. Windows color (decimal): -2080039 or 14238432. OLE color: 14238432.

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

Color convert

RGB 224 66 217 -
CMYK 0 0.71 0.03 0.12
HSL 302.66º 0.72% 0.57% -
HSV(B) 302.66º 0.71% 0.88% -
XYZ 45.21 24.75 68.04 -
YUV 130.46 176.85 194.72 -
System Red Green Blue C M Y K H S L
Decimal 224 66 217 0 0.71 0.03 0.12 302.66 0.72 0.57
Hex E0 42 D9 0 47 3 C 12F 48 39
Octal 340 102 331 0 107 3 14 457 110 71
Binary 11100000 1000010 11011001 0 1000111 11 1100 100101111 1001000 111001

Color Harmonies of #E042D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E042D9

Black with #E042D9

Text Example


Text Example

White with #E042D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E042D9; }

 p { color: rgb(224,66,217); }

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

background-color css

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

 a { background-color: rgb(224,66,217); }

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

border-color css

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

 span { border-color: rgb(224,66,217); }

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