Html Css Color HEX #E146DF Free Speech Magenta

📋 copy color: '#E146DF'

red 225 ◦ green 70 ◦ blue 223

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

Shades of Free Speech Magenta #E146DF

Tints of Free Speech Magenta #E146DF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.51%

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

R = 43.44%
G = 13.51%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E146DF (or 0xE146DF) is known color: Free Speech Magenta. HEX triplet: E1, 46 and DF. RGB value is (225,70,223). Sum of RGB (Red+Green+Blue) = 225+70+223=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E146DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146DF is #1EB920. Grayscale: #858585. Windows color (decimal): -2013473 or 14632673. OLE color: 14632673.

HSL color Cylindrical-coordinate representation of color #E146DF: hue angle of 300.77º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E146DF is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 70 223 -
CMYK 0 0.69 0.01 0.12
HSL 300.77º 0.72% 0.58% -
HSV(B) 300.77º 0.69% 0.88% -
XYZ 46.56 25.72 72.32 -
YUV 133.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 225 70 223 0 0.69 0.01 0.12 300.77 0.72 0.58
Hex E1 46 DF 0 45 1 C 12D 48 3A
Octal 341 106 337 0 105 1 14 455 110 72
Binary 11100001 1000110 11011111 0 1000101 1 1100 100101101 1001000 111010

Color Harmonies of #E146DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146DF

Black with #E146DF

Text Example


Text Example

White with #E146DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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