Html Css Color HEX #E141D5 Free Speech Magenta

📋 copy color: '#E141D5'

red 225 ◦ green 65 ◦ blue 213

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

Shades of Free Speech Magenta #E141D5

Tints of Free Speech Magenta #E141D5

RGB

 RED value IS 225 (88.28% from 255) = 44.73%

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

 BLUE value IS 213 (83.59% from 255) = 42.35%

R = 44.73%
G = 12.92%
B = 42.35%

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

#E141D5 (or 0xE141D5) is known color: Free Speech Magenta. HEX triplet: E1, 41 and D5. RGB value is (225,65,213). Sum of RGB (Red+Green+Blue) = 225+65+213=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E141D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141D5 is #1EBE2A. Grayscale: #818181. Windows color (decimal): -2014763 or 13976033. OLE color: 13976033.

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

Color convert

RGB 225 65 213 -
CMYK 0 0.71 0.05 0.12
HSL 304.5º 0.73% 0.57% -
HSV(B) 304.5º 0.71% 0.88% -
XYZ 44.95 24.59 65.33 -
YUV 129.71 175.01 195.97 -
System Red Green Blue C M Y K H S L
Decimal 225 65 213 0 0.71 0.05 0.12 304.5 0.73 0.57
Hex E1 41 D5 0 47 5 C 130 49 39
Octal 341 101 325 0 107 5 14 460 111 71
Binary 11100001 1000001 11010101 0 1000111 101 1100 100110000 1001001 111001

Color Harmonies of #E141D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141D5

Black with #E141D5

Text Example


Text Example

White with #E141D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141D5; }

 p { color: rgb(225,65,213); }

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

background-color css

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

 a { background-color: rgb(225,65,213); }

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

border-color css

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

 span { border-color: rgb(225,65,213); }

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