Html Css Color HEX #E741DF Free Speech Magenta

📋 copy color: '#E741DF'

red 231 ◦ green 65 ◦ blue 223

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

Shades of Free Speech Magenta #E741DF

Tints of Free Speech Magenta #E741DF

RGB

 RED value IS 231 (90.63% from 255) = 44.51%

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

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

R = 44.51%
G = 12.52%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E741DF (or 0xE741DF) is known color: Free Speech Magenta. HEX triplet: E7, 41 and DF. RGB value is (231,65,223). Sum of RGB (Red+Green+Blue) = 231+65+223=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E741DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741DF is #18BE20. Grayscale: #848484. Windows color (decimal): -1621537 or 14631399. OLE color: 14631399.

HSL color Cylindrical-coordinate representation of color #E741DF: hue angle of 302.89º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E741DF is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 65 223 -
CMYK 0 0.72 0.03 0.09
HSL 302.89º 0.78% 0.58% -
HSV(B) 302.89º 0.72% 0.91% -
XYZ 48.16 26.1 72.31 -
YUV 132.65 179 198.15 -
System Red Green Blue C M Y K H S L
Decimal 231 65 223 0 0.72 0.03 0.09 302.89 0.78 0.58
Hex E7 41 DF 0 48 3 9 12F 4E 3A
Octal 347 101 337 0 110 3 11 457 116 72
Binary 11100111 1000001 11011111 0 1001000 11 1001 100101111 1001110 111010

Color Harmonies of #E741DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741DF

Black with #E741DF

Text Example


Text Example

White with #E741DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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