Html Css Color HEX #E041D4 Free Speech Magenta

📋 copy color: '#E041D4'

red 224 ◦ green 65 ◦ blue 212

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

Shades of Free Speech Magenta #E041D4

Tints of Free Speech Magenta #E041D4

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.97%

 BLUE value IS 212 (83.2% from 255) = 42.32%

R = 44.71%
G = 12.97%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E041D4 (or 0xE041D4) is known color: Free Speech Magenta. HEX triplet: E0, 41 and D4. RGB value is (224,65,212). Sum of RGB (Red+Green+Blue) = 224+65+212=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E041D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041D4 is #1FBE2B. Grayscale: #808080. Windows color (decimal): -2080300 or 13910496. OLE color: 13910496.

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

Color convert

RGB 224 65 212 -
CMYK 0 0.71 0.05 0.12
HSL 304.53º 0.72% 0.57% -
HSV(B) 304.53º 0.71% 0.88% -
XYZ 44.51 24.38 64.65 -
YUV 129.3 174.68 195.55 -
System Red Green Blue C M Y K H S L
Decimal 224 65 212 0 0.71 0.05 0.12 304.53 0.72 0.57
Hex E0 41 D4 0 47 5 C 131 48 39
Octal 340 101 324 0 107 5 14 461 110 71
Binary 11100000 1000001 11010100 0 1000111 101 1100 100110001 1001000 111001

Color Harmonies of #E041D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041D4

Black with #E041D4

Text Example


Text Example

White with #E041D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041D4; }

 p { color: rgb(224,65,212); }

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

background-color css

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

 a { background-color: rgb(224,65,212); }

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

border-color css

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

 span { border-color: rgb(224,65,212); }

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