Html Css Color HEX #E041CD Free Speech Magenta

📋 copy color: '#E041CD'

red 224 ◦ green 65 ◦ blue 205

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

Shades of Free Speech Magenta #E041CD

Tints of Free Speech Magenta #E041CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 45.34%
G = 13.16%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E041CD (or 0xE041CD) is known color: Free Speech Magenta. HEX triplet: E0, 41 and CD. RGB value is (224,65,205). Sum of RGB (Red+Green+Blue) = 224+65+205=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E041CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041CD is #1FBE32. Grayscale: #808080. Windows color (decimal): -2080307 or 13451744. OLE color: 13451744.

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

Color convert

RGB 224 65 205 -
CMYK 0 0.71 0.08 0.12
HSL 307.17º 0.72% 0.57% -
HSV(B) 307.17º 0.71% 0.88% -
XYZ 43.65 24.04 60.1 -
YUV 128.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 224 65 205 0 0.71 0.08 0.12 307.17 0.72 0.57
Hex E0 41 CD 0 47 8 C 133 48 39
Octal 340 101 315 0 107 10 14 463 110 71
Binary 11100000 1000001 11001101 0 1000111 1000 1100 100110011 1001000 111001

Color Harmonies of #E041CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041CD

Black with #E041CD

Text Example


Text Example

White with #E041CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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