Html Css Color HEX #E141DF Free Speech Magenta

📋 copy color: '#E141DF'

red 225 ◦ green 65 ◦ blue 223

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

Shades of Free Speech Magenta #E141DF

Tints of Free Speech Magenta #E141DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 43.86%
G = 12.67%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E141DF (or 0xE141DF) is known color: Free Speech Magenta. HEX triplet: E1, 41 and DF. RGB value is (225,65,223). Sum of RGB (Red+Green+Blue) = 225+65+223=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E141DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141DF is #1EBE20. Grayscale: #828282. Windows color (decimal): -2014753 or 14631393. OLE color: 14631393.

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

Color convert

RGB 225 65 223 -
CMYK 0 0.71 0.01 0.12
HSL 300.75º 0.73% 0.57% -
HSV(B) 300.75º 0.71% 0.88% -
XYZ 46.26 25.12 72.22 -
YUV 130.85 180.01 195.15 -
System Red Green Blue C M Y K H S L
Decimal 225 65 223 0 0.71 0.01 0.12 300.75 0.73 0.57
Hex E1 41 DF 0 47 1 C 12D 49 39
Octal 341 101 337 0 107 1 14 455 111 71
Binary 11100001 1000001 11011111 0 1000111 1 1100 100101101 1001001 111001

Color Harmonies of #E141DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141DF

Black with #E141DF

Text Example


Text Example

White with #E141DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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