Html Css Color HEX #E044D6 Free Speech Magenta

📋 copy color: '#E044D6'

red 224 ◦ green 68 ◦ blue 214

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

Shades of Free Speech Magenta #E044D6

Tints of Free Speech Magenta #E044D6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.44%

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 44.27%
G = 13.44%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E044D6 (or 0xE044D6) is known color: Free Speech Magenta. HEX triplet: E0, 44 and D6. RGB value is (224,68,214). Sum of RGB (Red+Green+Blue) = 224+68+214=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E044D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E044D6 is #1FBB29. Grayscale: #828282. Windows color (decimal): -2079530 or 14042336. OLE color: 14042336.

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

Color convert

RGB 224 68 214 -
CMYK 0 0.70 0.04 0.12
HSL 303.85º 0.72% 0.57% -
HSV(B) 303.85º 0.7% 0.88% -
XYZ 44.95 24.84 66.04 -
YUV 131.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 224 68 214 0 0.70 0.04 0.12 303.85 0.72 0.57
Hex E0 44 D6 0 46 4 C 130 48 39
Octal 340 104 326 0 106 4 14 460 110 71
Binary 11100000 1000100 11010110 0 1000110 100 1100 100110000 1001000 111001

Color Harmonies of #E044D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E044D6

Black with #E044D6

Text Example


Text Example

White with #E044D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E044D6; }

 p { color: rgb(224,68,214); }

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

background-color css

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

 a { background-color: rgb(224,68,214); }

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

border-color css

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

 span { border-color: rgb(224,68,214); }

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